Version History
+1.0.98.0 - August XX, 2015 (release scheduled)
+-
+
- Implement the Substring method for LINQ using the "substr" core SQL function. ** Potentially Incompatible Change ** +
1.0.97.0 - May 26, 2015
- Updated to SQLite 3.8.10.2.
- Updated to Entity Framework 6.1.3.
- Improve ADO.NET conformance of the SQLiteDataReader.RecordsAffected property. Fix for [74542e702e]. ** Potentially Incompatible Change ** Index: Doc/Extra/Provider/welcome.html ================================================================== --- Doc/Extra/Provider/welcome.html +++ Doc/Extra/Provider/welcome.html @@ -158,11 +158,11 @@
- Implement the Substring method for LINQ using the "substr" core SQL function. ** Potentially Incompatible Change ** +
- Updated to SQLite 3.8.10.2. 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.97.0")] -[assembly: AssemblyFileVersion("1.0.97.0")] +[assembly: AssemblyVersion("1.0.98.0")] +[assembly: AssemblyFileVersion("1.0.98.0")] Index: test/app.config ================================================================== --- test/app.config +++ test/app.config @@ -1,8 +1,8 @@
- Implement the Substring method for LINQ using the "substr" core SQL function. ** Potentially Incompatible Change ** +
- Updated to [https://www.sqlite.org/releaselog/3_8_10_2.html|SQLite 3.8.10.2].
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. "097"). The + the System.Data.SQLite library (e.g. "098"). 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.97.0 - May 26, 2015
+Version 1.0.98.0 - August XX, 2015 (release scheduled)
Using SQLite 3.8.10.2
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: http://sqlite.phxsoftware.com/
@@ -144,11 +144,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.97.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> + type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139" /> </DbProviderFactories> </system.data> </configuration>
@@ -206,10 +206,16 @@ released versions of System.Data.SQLite.
Version History
++ 1.0.98.0 - August XX, 2015 (release scheduled) +
+-
+
1.0.97.0 - May 26, 2015
+ 1.0.98.0 - August XX, 2015 (release scheduled) +
+-
+
1.0.97.0 - May 26, 2015