Page 1 of 1

4.50 has latest SQLite version, thanks!

Posted: Tue Jun 08, 2010 6:15 pm
by USCode
Using the following code, it looks like 4.50 is using the very latest version of SQLite - 3.6.23.1. Thanks Fred! Excellent!

Code: Select all

ImportC "sqlite3.lib"
  sqlite3_libversion()
  sqlite3_version.s{20}
EndImport

Debug PeekS(sqlite3_libversion(), #PB_Any, #PB_Ascii)

Debug sqlite3_version
SQLite versions: http://www.sqlite.org/changes.html

Re: 4.50 has latest SQLite version, thanks!

Posted: Tue Jun 08, 2010 7:01 pm
by jamba
awesome! I hadn't even noticed this yet.

thanks fred!