On 17 Feb 2019, at 8:51pm, Charles Leifer <colei...@gmail.com> wrote:

> Is this a bug?

Just to make things easier, which version of SQLite are you using in your 
Python SQLite library ?  If you don't know, you can find this out using

    SELECT sqlite_version();
    SELECT sqlite_source_id();

The second may give a blank result or an error, which is fine.

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

Reply via email to