Version History
1.0.92.0 - March XX, 2014 (release scheduled)
-
-
- Updated to SQLite 3.8.4. +
- Updated to SQLite 3.8.4.
- Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.
- When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].
- Enhancements to the NuGet packages, including the new "modular" packages.
1.0.91.0 - February 12, 2014
Index: SQLite.Interop/src/core/sqlite3.c ================================================================== --- SQLite.Interop/src/core/sqlite3.c +++ SQLite.Interop/src/core/sqlite3.c @@ -222,11 +222,11 @@ ** [sqlite3_libversion_number()], [sqlite3_sourceid()], ** [sqlite_version()] and [sqlite_source_id()]. */ #define SQLITE_VERSION "3.8.4" #define SQLITE_VERSION_NUMBER 3008004 -#define SQLITE_SOURCE_ID "2014-03-07 14:57:07 e5b17a9d07a35c9b44ff977ba81b93d745d26a11" +#define SQLITE_SOURCE_ID "2014-03-10 12:20:37 530a1ee7dc2435f80960ce4710a3c2d2bfaaccc5" /* ** CAPI3REF: Run-Time Library Version Numbers ** KEYWORDS: sqlite3_version, sqlite3_sourceid ** @@ -91336,11 +91336,11 @@ int argc, sqlite3_value **argv ){ unsigned char *z, *zOut; int i; - zOut = z = sqlite3_malloc( argc*4 ); + zOut = z = sqlite3_malloc( argc*4+1 ); if( z==0 ){ sqlite3_result_error_nomem(context); return; } for(i=0; iVersion 1.0.92.0 March XX, 2014 (release scheduled)
-Using SQLite 3.8.4
+Using SQLite 3.8.4
Originally written by Robert Simpson
Released to the public domain, use at your own risk!
Official provider website: http://system.data.sqlite.org/
Legacy versions: http://sqlite.phxsoftware.com/
@@ -210,11 +210,11 @@
1.0.92.0 - March XX, 2014 (release scheduled)
-
-
- Updated to SQLite 3.8.4. +
- Updated to SQLite 3.8.4.
- Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.
- When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].
- Enhancements to the NuGet packages, including the new "modular" packages.
Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -4,11 +4,11 @@
1.0.92.0 - March XX, 2014 (release scheduled)
-
-
- Updated to SQLite 3.8.4. +
- Updated to SQLite 3.8.4.
- Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is closed or disposed.
- When the TraceWarning connection flag is set, issue warnings about possibly malformed UNC paths. Pursuant to [283344397b].
- Enhancements to the NuGet packages, including the new "modular" packages.