SQLite Forum

(Deleted)
Login
Perhaps you attempted to prepare something like "PRAGMA case_sensitive_like = ?" and then bind the 1/0 as a parameter.

This sort of thing does not work because most pragma's work at prepare time, yet the parameter is not bound until execution time, so you will not get the result you intend.