SQLite Forum

How to detect invalid trigger w/o actually running it?
Login
Would it suffice to get your trigger-induced SQL past sqlite3_prepare()? It would be easy to do this in Perl or C (or any other language/library combo exposing prepare.)