On Aug 5, 2005, at 6:51 AM, scunacc wrote:

I'm probably doing all sorts of things wrong here, but this seemed
enough (by empirical messing around :-) to get the answers I was
interested in, which was whether the SQL would parse or not for a given
statement.

It might be nice if there were a sqlite3_check_syntax function in the API. Another possibility that uses a function in the public API is to call sqlite3_prepare on the statement(s).

Reply via email to