Shouldn't this SQL produce a syntax error (notice the lack of a closing quote):

SELECT * FROM foo WHERE a='1

SQLite doesn't seem to mind, but it doesn't return any results either. If you type that into the sqlite command line utility then it will require you to type a semicolon to end the statement. But if you try to execute that line directly you don't get an error, but you don't get results either.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to