Even the latest versions of SQLite do not support RIGHT JOIN (changelog), so the query needs to be folded to a RIGHT JOIN.
Otherwise we had to remove RIGHT JOIN support from our generic DB driver.
Currently doesn't seem to be used anywhere, otherwise we would have hit this already. IMHO, still a major bug needing backport.
↧
SQLite doesn't support RIGHT JOINs
↧