Hello there, I believe I found a tiny bug, nothing bad, but may pollute some output.
Using SQLite version 3.20.1, if I do this: PRAGMA locking_mode=exclusive; It writes an unexpected reply: exclusive It do as if I was requesting the actual value, as in this: PRAGMA locking_mode; If I do this, for an example other pragma: PRAGMA auto_vacuum=none; It works as expected, there is no unexpected output. -- Yannick Duchêne _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users