Menu

#32 Assertion failed with incomplete SQL statements

open
nobody
None
5
2004-02-19
2004-02-19
No

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

Discussion


Log in to post a comment.