Index: NuGet/SQLite.Linq.nuspec ================================================================== --- NuGet/SQLite.Linq.nuspec +++ NuGet/SQLite.Linq.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.Linq System.Data.SQLite LINQ (x86/x64) - 1.0.94.1 + 1.0.94.0 SQLite Development Team Support for LINQ using System.Data.SQLite. en-US http://system.data.sqlite.org/ http://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.MSIL.nuspec ================================================================== --- NuGet/SQLite.MSIL.nuspec +++ NuGet/SQLite.MSIL.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite.MSIL System.Data.SQLite (MSIL) - 1.0.94.1 + 1.0.94.0 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. An ADO.NET provider for SQLite (managed-only). en-US http://system.data.sqlite.org/ http://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.nuspec ================================================================== --- NuGet/SQLite.nuspec +++ NuGet/SQLite.nuspec @@ -9,11 +9,11 @@ --> System.Data.SQLite System.Data.SQLite (x86/x64) - 1.0.94.1 + 1.0.94.0 SQLite Development Team The official SQLite database engine for both x86 and x64 along with the ADO.NET provider. This package includes support for LINQ and Entity Framework 6. en-US http://system.data.sqlite.org/ http://system.data.sqlite.org/images/sqlite128.png @@ -32,20 +32,20 @@ - + - + - + - + Index: NuGet/SQLite.x64.nuspec ================================================================== --- NuGet/SQLite.x64.nuspec +++ NuGet/SQLite.x64.nuspec @@ -8,11 +8,11 @@ * --> System.Data.SQLite.x64 - 1.0.94.1 + 1.0.94.0 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x64. en-US http://system.data.sqlite.org/ http://system.data.sqlite.org/images/sqlite128.png Index: NuGet/SQLite.x86.nuspec ================================================================== --- NuGet/SQLite.x86.nuspec +++ NuGet/SQLite.x86.nuspec @@ -8,11 +8,11 @@ * --> System.Data.SQLite.x86 - 1.0.94.1 + 1.0.94.0 SQLite Development Team This is a legacy package; if possible, please use either the "System.Data.SQLite" or "System.Data.SQLite.Core" package instead. The official SQLite database engine combined with a complete ADO.NET provider all rolled into a single mixed-mode assembly for x86. en-US http://system.data.sqlite.org/ http://system.data.sqlite.org/images/sqlite128.png Index: NuGet/shared/Core/content/config.transform ================================================================== --- NuGet/shared/Core/content/config.transform +++ NuGet/shared/Core/content/config.transform @@ -1,8 +1,9 @@ + Index: System.Data.SQLite.Linq/SQL Generation/DmlSqlGenerator.cs ================================================================== --- System.Data.SQLite.Linq/SQL Generation/DmlSqlGenerator.cs +++ System.Data.SQLite.Linq/SQL Generation/DmlSqlGenerator.cs @@ -78,11 +78,11 @@ commandText.AppendLine(); // where c1 = ..., c2 = ... commandText.Append("WHERE "); tree.Predicate.Accept(translator); - commandText.AppendLine(";"); + commandText.AppendLine(); // generate returning sql GenerateReturningSql(commandText, tree, translator, tree.Returning); parameters = translator.Parameters; Index: System.Data.SQLite/SQLiteDataReader.cs ================================================================== --- System.Data.SQLite/SQLiteDataReader.cs +++ System.Data.SQLite/SQLiteDataReader.cs @@ -385,11 +385,10 @@ case TypeAffinity.Int64: if (typ == DbType.Int16) return affinity; if (typ == DbType.Int32) return affinity; if (typ == DbType.Int64) return affinity; if (typ == DbType.Boolean) return affinity; - if (typ == DbType.SByte) return affinity; if (typ == DbType.Byte) return affinity; if (typ == DbType.DateTime) return affinity; if (typ == DbType.Single) return affinity; if (typ == DbType.Double) return affinity; if (typ == DbType.Decimal) return affinity; @@ -399,11 +398,13 @@ if (typ == DbType.Double) return affinity; if (typ == DbType.Decimal) return affinity; if (typ == DbType.DateTime) return affinity; break; case TypeAffinity.Text: + if (typ == DbType.SByte) return affinity; if (typ == DbType.String) return affinity; + if (typ == DbType.SByte) return affinity; if (typ == DbType.Guid) return affinity; if (typ == DbType.DateTime) return affinity; if (typ == DbType.Decimal) return affinity; break; case TypeAffinity.Blob: Index: www/downloads.wiki ================================================================== --- www/downloads.wiki +++ www/downloads.wiki @@ -431,20 +431,20 @@   - sqlite-netFx-source-1.0.94.1.zip + sqlite-netFx-source-1.0.94.0.zip
(4.93 MiB) This ZIP archive contains all current source code for System.Data.SQLite 1.0.94.0 (3.8.6) combined into a single archive file.
- (sha1: c59b48c22a0471634adb204f920ec397f69cfe1d) + (sha1: d581ac783315e51bde70496f15ee69f181273b80) @@ -1849,11 +1849,11 @@   - System.Data.SQLite.1.0.94.1.nupkg + System.Data.SQLite.Test.1.0.94.2.nupkg
(0.00 MiB) @@ -1873,18 +1873,18 @@ depend on the "System.Data.SQLite.Core", "System.Data.SQLite.Linq", and "System.Data.SQLite.EF6" packages.

- (sha1: 45eaa9eab15571878adc89750a491e1990d63e12) + (sha1: c8903e4875b8e4a45790d696f77a150de3022a20)   - System.Data.SQLite.Core.1.0.94.0.nupkg + System.Data.SQLite.Core.Test.1.0.94.2.nupkg
(4.92 MiB) @@ -1896,20 +1896,20 @@ the .NET Framework used by the associated managed assembly is statically linked.
This package does not depend on any other package.
- (sha1: 1ccad1b567f2d5d86d6f487e3613e605d24b6b07) + (sha1: 9b1ee72e9b14452e75cf4c85200618cfff6cac05)   - System.Data.SQLite.Core.MSIL.1.0.94.0.nupkg + System.Data.SQLite.Core.MSIL.Test.1.0.94.2.nupkg
- (0.68 MiB) + (0.69 MiB) This NuGet package contains the managed binaries for System.Data.SQLite 1.0.94.0. The .NET Framework 3.5 SP1, 4.0, 4.5, or 4.5.1 is required. @@ -1922,18 +1922,18 @@ assembly "SQLite.Interop.dll" compiled for the processor architecture of the host process being present in a directory in the native library search path.

- (sha1: 5ab704db605288ded3ac37787303d7074e4988bf) + (sha1: e2c0d88d3adf0ba1c3b7aa0d8ce4dfe368679018)   - System.Data.SQLite.EF6.1.0.94.0.nupkg + System.Data.SQLite.EF6.Test.1.0.94.2.nupkg
(0.13 MiB) @@ -1943,18 +1943,18 @@
This package depends on both the "System.Data.SQLite.Core" and "EntityFramework" packages.
- (sha1: fc4b0046b083a9fc7a294df3af3b9d3918ee88d8) + (sha1: 537a9c7a8054f32973bed591d70636a70206fe9a)   - System.Data.SQLite.Linq.1.0.94.1.nupkg + System.Data.SQLite.Linq.Test.1.0.94.2.nupkg
(0.17 MiB) @@ -1963,18 +1963,18 @@ 4.5, or 4.5.1 is required.
This package depends on the "System.Data.SQLite.Core" package.
- (sha1: a08052b4d350e3ba830ebf0618bc8c221a2ef70e) + (sha1: 6c827573479e5141e7c501f5f83e7c1b97d399b9)   - System.Data.SQLite.MSIL.1.0.94.1.nupkg + System.Data.SQLite.MSIL.Test.1.0.94.2.nupkg
(0.99 MiB) @@ -1992,59 +1992,11 @@ assembly "SQLite.Interop.dll" compiled for the processor architecture of the host process being present in a directory in the native library search path.

- (sha1: 7689db66a5b1f2c9c751dbece99ec2faa840f48d) - - - - -   - - System.Data.SQLite.x86.1.0.94.1.nupkg -
- (2.84 MiB) - - - - This NuGet package contains all the binaries for the x86 version of - System.Data.SQLite 1.0.94.0 (3.8.6). The .NET Framework 3.5 SP1, - 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the - version of the Visual C++ runtime corresponding to the .NET Framework - used by the associated managed assembly is statically linked. -
- This is a legacy package; if possible, please use either the - "System.Data.SQLite" or "System.Data.SQLite.Core" - package instead. This package depends on the "EntityFramework" - package. -
- (sha1: 501c8252fc23134ab99bc6c170a66732578e4a73) - - - - -   - - System.Data.SQLite.x64.1.0.94.1.nupkg -
- (3.11 MiB) - - - - This NuGet package contains all the binaries for the x64 version of - System.Data.SQLite 1.0.94.0 (3.8.6). The .NET Framework 3.5 SP1, - 4.0, 4.5, or 4.5.1 is required. For the included native binaries, the - version of the Visual C++ runtime corresponding to the .NET Framework - used by the associated managed assembly is statically linked. -
- This is a legacy package; if possible, please use either the - "System.Data.SQLite" or "System.Data.SQLite.Core" - package instead. This package depends on the - "EntityFramework" package. -
- (sha1: 0c9fffde7bd3ed7181ad5aa4dba8e372abe54f0c) + (sha1: 4f9b8b813d76d61f1f0ead5b5be30b89444ecb76)