Assertion failed with incomplete SQL statements
Status: Alpha
Brought to you by:
gkello
the following sql statement is wrong, i know. the "on" is
missing. but when you let the parser work on it, you get
an assertion failed exception in
gaAdvancedSQLParser.pas, Line 927. It is possible to
add some more "clear" error messages like "ON" expected
or "statement seems to be incomplete"...?
--- snipp
select * from adress
left outer join anspr
--- snipp