Version History
+1.0.108.0 - March XX, 2018 (release scheduled)
+-
+
- Updated to SQLite 3.23.0. +
- Support extended result codes when messages are looked up without the SQLite core library. +
- Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff]. +
1.0.107.0 - January 30, 2018
- Updated to SQLite 3.22.0.
- Improve performance of type name lookups by removing superfluous locking and string creation.
- Support asynchronous completion of distributed transactions. Fix for [5cee5409f8]. Index: Doc/Extra/Provider/welcome.html ================================================================== --- Doc/Extra/Provider/welcome.html +++ Doc/Extra/Provider/welcome.html @@ -158,11 +158,11 @@
- Updated to SQLite 3.23.0. +
- Support extended result codes when messages are looked up without the SQLite core library. +
- Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff]. +
- Updated to SQLite 3.22.0. Index: test/AssemblyInfo.cs ================================================================== --- test/AssemblyInfo.cs +++ test/AssemblyInfo.cs @@ -36,7 +36,7 @@ // Major Version // Minor Version // Build Number // Revision // -[assembly: AssemblyVersion("1.0.107.0")] -[assembly: AssemblyFileVersion("1.0.107.0")] +[assembly: AssemblyVersion("1.0.108.0")] +[assembly: AssemblyFileVersion("1.0.108.0")] Index: test/app.config ================================================================== --- test/app.config +++ test/app.config @@ -1,8 +1,8 @@
- Updated to [https://www.sqlite.org/src/timeline?r=trunk|SQLite 3.23.0]. +
- Support extended result codes when messages are looked up without the SQLite core library. +
- Override System.Object members for the SQLiteException class to improve its ToString return value. Pursuant to [53962f9eff]. +
- Updated to [https://www.sqlite.org/releaselog/3_22_0.html|SQLite 3.22.0].
Distributing the Binaries (Compact Framework)
Both the System.Data.SQLite.DLL and SQLite.Interop.XXX.DLL files must be deployed on the Compact Framework. The XXX is the build number of - the System.Data.SQLite library (e.g. "107"). The + the System.Data.SQLite library (e.g. "108"). The SQLite.Interop.XXX.DLL file is a fully native assembly compiled for the ARM processor, and System.Data.SQLite is the fully-managed Compact Framework assembly.
-Version 1.0.107.0 - January 30, 2018
-Using SQLite 3.22.0
Originally written by Robert Simpson
+Version 1.0.108.0 - March XX, 2018 (release scheduled)
+Using SQLite 3.23.0
Originally written by Robert Simpson
Released to the public domain, use at your own risk!
Official provider website: https://system.data.sqlite.org/
Legacy versions: https://sourceforge.net/projects/sqlite-dotnet2/
The current development version can be downloaded from @@ -143,11 +143,11 @@ <configuration> <system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite" /> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" - type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.107.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> + type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>
@@ -205,10 +205,18 @@ released versions of System.Data.SQLite.
Version History
++ 1.0.108.0 - March XX, 2018 +
+-
+
1.0.107.0 - January 30, 2018
Version History
+ 1.0.108.0 - March XX, 2018 (release scheduled) +
+-
+
1.0.107.0 - January 30, 2018