sqlite natural joins do not seem to be supported
in an SQLite DB with two tables each of which has an ID INT column, the following query fails with error unexpected token"EOF"
SELECT *
FROM Users
natural JOIN TelNos
in an SQLite DB with two tables each of which has an ID INT column, the following query fails with error unexpected token"EOF"
SELECT *
FROM Users
natural JOIN TelNos
Even if Active Query Builder still lacks the support of Natural joins, the component now reports about the unexpected "Natural" token instead of EOF. (since version 1.28.7)