I run against the latest and greatest. Python:
In [1]: import sqlite3 In [2]: sqlite3.sqlite_version Out[2]: '3.28.0' Sqlite: sqlite> select sqlite_version(), sqlite_source_id(); 3.28.0|2019-02-12 22:58:32 167b91df77fff1a84791f6ab5f72239b90475475be690a838248119b6dd312f0 On Sun, Feb 17, 2019 at 2:58 PM Simon Slavin <[email protected]> wrote: > On 17 Feb 2019, at 8:51pm, Charles Leifer <[email protected]> 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 > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

