SQLite version 3.18.0 2017-03-17 23:08:11 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> select sqlite_version(); 3.18.0 sqlite> select sqlite_source_id(); 2017-03-17 23:08:11 f4cf8635e6fec6f04075cc067aaa71abc4f71739068e0ad2c44609dcb8691009 sqlite>
> -----Original Message----- > From: sqlite-users [mailto:[email protected]] > On Behalf Of Cecil Westerhof > Sent: Saturday, 18 March, 2017 03:09 > To: SQLite mailing list > Subject: [sqlite] Get version at runtime > > If I recollect correctly there is a way to determine at runtime what the > version of SQLite is. But I do not remember how. How can this be done? > > -- > Cecil Westerhof > _______________________________________________ > 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

