On 12 Sep 2018, at 2:04pm, Urs Wagner <urs.wag...@man-es.com> wrote:

> The following code is returning 0. Why?

Which version of SQLite ?

You coerce the result of the call into an integer.  Can you make the call and 
display (or use a debugger to see) exactly what it's returning ?

If you do "PRAGMA compile_options" are either of these returned ?

SQLITE_OMIT_FOREIGN_KEY
SQLITE_OMIT_TRIGGER

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to