2017-03-18 10:13 GMT+01:00 Keith Medcalf <[email protected]>: > > 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 f4cf8635e6fec6f04075cc067aaa71 > abc4f71739068e0ad2c44609dcb8691009 > sqlite> >
I need: SELECT sqlite_version() AS 'SQLite Version'. Thanks. > > -----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

