Version History
1.0.85.0 - April XX, 2013 (release scheduled)
-
-
- Updated to SQLite 3.7.16.1. +
- Updated to SQLite 3.7.16.1.
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
- Make use of the sqlite3_prepare_v2 function when applicable.
- Check for a valid row in the SQLiteDataReader.GetValue method.
- Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
- Support automated testing when running on the .NET Compact Framework 2.0. Index: SQLite.Interop/src/core/sqlite3.c ================================================================== --- SQLite.Interop/src/core/sqlite3.c +++ SQLite.Interop/src/core/sqlite3.c @@ -678,11 +678,11 @@ ** [sqlite3_libversion_number()], [sqlite3_sourceid()], ** [sqlite_version()] and [sqlite_source_id()]. */ #define SQLITE_VERSION "3.7.16.1" #define SQLITE_VERSION_NUMBER 3007016 -#define SQLITE_SOURCE_ID "2013-03-27 20:41:15 274d2a22660c7b34b8bbd85f3c29cbafbcb1b4e7" +#define SQLITE_SOURCE_ID "2013-03-29 13:44:34 527231bc67285f01fb18d4451b28f61da3c4e39d" /* ** CAPI3REF: Run-Time Library Version Numbers ** KEYWORDS: sqlite3_version, sqlite3_sourceid ** @@ -21584,11 +21584,11 @@ *pNum = (i64)u; } testcase( i==18 ); testcase( i==19 ); testcase( i==20 ); - if( (c+nonNum!=0 && &zNum[i]
- Updated to SQLite 3.7.16.1. +
- Updated to SQLite 3.7.16.1.
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
- Make use of the sqlite3_prepare_v2 function when applicable.
- Check for a valid row in the SQLiteDataReader.GetValue method.
- Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
- Support automated testing when running on the .NET Compact Framework 2.0. Index: www/news.wiki ================================================================== --- www/news.wiki +++ www/news.wiki @@ -4,11 +4,11 @@
- Updated to [http://www.sqlite.org/src/info/trunk|SQLite 3.7.16.1]. +
- Updated to [http://www.sqlite.org/src/info/527231bc67|SQLite 3.7.16.1].
- Properly handle embedded NUL characters in parameter and column values. Fix for [3567020edf].
- Make use of the sqlite3_prepare_v2 function when applicable.
- Check for a valid row in the SQLiteDataReader.GetValue method.
- Implement processor architecture detection when running on the .NET Compact Framework (via P/Invoke).
- Support automated testing when running on the .NET Compact Framework 2.0.
Version 1.0.85.0 April XX, 2013 (release scheduled)
-Using SQLite 3.7.16.1
+Using SQLite 3.7.16.1
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/
@@ -188,11 +188,11 @@
1.0.85.0 - April XX, 2013 (release scheduled)
-
-
1.0.85.0 - April XX, 2013 (release scheduled)
-
-