Version History
+1.0.92.0 - March XX, 2014 (release scheduled)
+-
+
- Updated to SQLite 3.8.4. +
- 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
- Updated to SQLite 3.8.3.1.
- Refresh all included SQLite core library documentation (e.g. SQL syntax).
- Add support for Entity Framework 6. Index: Doc/Extra/Provider/welcome.html ================================================================== --- Doc/Extra/Provider/welcome.html +++ Doc/Extra/Provider/welcome.html @@ -158,11 +158,11 @@
- Updated to SQLite 3.8.4. +
- 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. +
- Updated to SQLite 3.8.3.1. 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.91.0")] -[assembly: AssemblyFileVersion("1.0.91.0")] +[assembly: AssemblyVersion("1.0.92.0")] +[assembly: AssemblyFileVersion("1.0.92.0")] Index: test/app.config ================================================================== --- test/app.config +++ test/app.config @@ -1,8 +1,8 @@
- Updated to SQLite 3.8.4. +
- 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. +
- Updated to [http://www.sqlite.org/releaselog/3_8_3_1.html|SQLite 3.8.3.1].
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. "091"). The + the System.Data.SQLite library (e.g. "092"). 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.