Open
Description
First of all thanks for the excellent work!
Now my problem is that I cannot get a query executing that has a JOIN. All simple queries run fine!
Example:
when I run Q1:
"SELECT AF.ROWID,AF.NAME FROM AIRFIELDS AF WHERE AF.ROWID = 30"
it calls the callback and returns the row
when I run Q2:
"SELECT AF.ROWID,AF.NAME FROM AIRFIELDS AF INNER JOIN AF_DIST AFD ON AF.ROWID = AFD.AF_ROWID WHERE AF.ROWID = 30"
it does not call the callback.
BTW Q2 runsfine in SQLiteStudio (3.4.13)
Please help
Metadata
Metadata
Assignees
Labels
No labels