Baptiste Daroussin wrote: > apparently we cannot create a statement with a pragma > > Is there a reason why it is not possible?
This is likely to be a bug in your code (which you have not shown). (Unless you have compiled the library with SQLITE_OMIT_PRAGMA, but not knowing this would be bug in your development process.) Regards, Clemens _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

