Updated libsqlite in ext/sqlite to 2.8.17.

Use in-memory database for tests.
This commit is contained in:
Ilia Alshanetsky 2005-12-20 15:26:26 +00:00
parent 5961160f95
commit 61c9b22536
9 changed files with 13 additions and 34 deletions

View file

@ -28,7 +28,7 @@ extern "C" {
/*
** The version of the SQLite library.
*/
#define SQLITE_VERSION "2.8.16"
#define SQLITE_VERSION "2.8.17"
/*
** The version string is also compiled into the library so that a program