On 2016/01/09 6:07 PM, Bart Smissaert wrote:
> Ah, OK, overlooked that.
> It means that sqlite3_prepare can't be used to check the validity of pragma
> statements, also because the pragma could actually run!
> Thanks for pointing me to this.
> Will need to add some parsing code.

Aye, I do this for this purpose by parsing the following pages:
https://www.sqlite.org/lang_keywords.html
https://www.sqlite.org/pragma.html

On each page there is an up-to-date and very specific listing at a very 
specific placing containing all words that need parsing for the purpose.


Reply via email to