System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch vs2015 Excluding Merge-Ins

This is equivalent to a diff from 7d103d8fd5 to 3504f036be

2015-07-21
22:54
Add full support for Visual Studio 2015 and the .NET Framework 4.6. check-in: 52f2ca84c7 user: mistachkin tags: trunk
22:53
Update version history docs and the master release archive manifest. Closed-Leaf check-in: 3504f036be user: mistachkin tags: vs2015
21:42
Stub in support for the .NET Framework 4.5.2. Fix OR-operator (bitwise instead of logical) typo in the design-time installer. check-in: 25ffa9639b user: mistachkin tags: vs2015
2015-07-20
17:27
Initial updates to support Visual Studio 2015. check-in: d3a5e943d5 user: mistachkin tags: vs2015
2015-07-17
20:37
Add UnbindAllFunctions method to the SQLiteConnection class. check-in: 7d103d8fd5 user: mistachkin tags: trunk
02:46
Update Trace.WriteLine calls for consistency. Revise when calls to UnbindFunctions are made. check-in: 7c3cad7da2 user: mistachkin tags: trunk

Changes to Doc/Extra/Provider/designer.html.

Changes to Doc/Extra/Provider/version.html.

Changes to Doc/Extra/Provider/welcome.html.

Added Externals/MSVCPP/vcredist_x64_2015_RTM.exe.

Added Externals/MSVCPP/vcredist_x86_2015_RTM.exe.

Added SQLite.Designer/SQLite.Designer.2015.csproj.

Changes to SQLite.Designer/SQLiteDataObjectSupport.cs.

Added SQLite.Designer/SQLiteDataObjectSupport2015.xml.

Changes to SQLite.Designer/SQLiteDataViewSupport.cs.

Added SQLite.Designer/SQLiteDataViewSupport2015.xml.

Changes to SQLite.Designer/SQLiteOptions.cs.

Added SQLite.Interop/SQLite.Interop.2015.vcxproj.

Added SQLite.Interop/SQLite.Interop.2015.vcxproj.filters.

Added SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.

Added SQLite.Interop/SQLite.Interop.Static.2015.vcxproj.filters.

Added SQLite.Interop/props/SQLite.Interop.2015.props.

Changes to SQLite.Interop/src/core/sqlite3.c.

Changes to SQLite.Interop/src/core/sqlite3.h.

Changes to SQLite.NET.2012.MSBuild.sln.

Changes to SQLite.NET.2012.sln.

Changes to SQLite.NET.2013.MSBuild.sln.

Changes to SQLite.NET.2013.sln.

Added SQLite.NET.2015.MSBuild.sln.

Added SQLite.NET.2015.sln.

Changes to Setup/build.bat.

Changes to Setup/data/SQLite.iss.

Changes to Setup/data/verify.lst.

Changes to Setup/set_2005.bat.

Changes to Setup/set_2008.bat.

Changes to Setup/set_2010.bat.

Changes to Setup/set_2012.bat.

Changes to Setup/set_2013.bat.

Added Setup/set_2015.bat.

Added Setup/set_DebugNativeOnly_x64_2015.bat.

Added Setup/set_DebugNativeOnly_x86_2015.bat.

Added Setup/set_Debug_x64_2015.bat.

Added Setup/set_Debug_x86_2015.bat.

Added Setup/set_ReleaseNativeOnly_x64_2015.bat.

Added Setup/set_ReleaseNativeOnly_x86_2015.bat.

Added Setup/set_Release_x64_2015.bat.

Added Setup/set_Release_x86_2015.bat.

Changes to Setup/set_common.bat.

Added Setup/set_netFx452.bat.

Added Setup/set_netFx46.bat.

Added Setup/set_x64_2015.bat.

Added Setup/set_x86_2015.bat.

Changes to Setup/vsSp.bat.

Changes to System.Data.SQLite.Linq/AssemblyInfo.cs.

Changes to System.Data.SQLite.Linq/SQL Generation/InternalBase.cs.

Changes to System.Data.SQLite.Linq/SQL Generation/KeyToListMap.cs.

Changes to System.Data.SQLite.Linq/SQL Generation/SqlChecker.cs.

Changes to System.Data.SQLite.Linq/SQL Generation/StringUtil.cs.

Added System.Data.SQLite.Linq/System.Data.SQLite.Core.2015.csproj.

Added System.Data.SQLite.Linq/System.Data.SQLite.EF6.2015.csproj.

Added System.Data.SQLite.Linq/System.Data.SQLite.Linq.2015.csproj.

Changes to System.Data.SQLite/AssemblyInfo.cs.

Changes to System.Data.SQLite/LINQ/SQLiteFactory_Linq.cs.

Changes to System.Data.SQLite/SQLite3.cs.

Changes to System.Data.SQLite/SQLiteDefineConstants.cs.

Added System.Data.SQLite/System.Data.SQLite.2015.csproj.

Added System.Data.SQLite/System.Data.SQLite.Module.2015.csproj.

Changes to System.Data.SQLite/Targets/System.Data.SQLite.Files.targets.

Changes to System.Data.SQLite/Targets/System.Data.SQLite.Properties.targets.

Changes to Targets/SQLite.NET.Settings.targets.

Changes to Targets/SQLite.NET.Settings.targets.netFx35.

Changes to Tests/data/Installer_Test_Vs2005.log.

Changes to Tests/data/Installer_Test_Vs2008.log.

Changes to Tests/data/Installer_Test_Vs2010.log.

Changes to Tests/data/Installer_Test_Vs2012.log.

Changes to Tests/data/Installer_Test_Vs2013.log.

Added Tests/data/Installer_Test_Vs2015.log.

Changes to Tests/data/Uninstaller_Test_Vs2005.log.

Changes to Tests/data/Uninstaller_Test_Vs2008.log.

Changes to Tests/data/Uninstaller_Test_Vs2010.log.

Changes to Tests/data/Uninstaller_Test_Vs2012.log.

Changes to Tests/data/Uninstaller_Test_Vs2013.log.

Added Tests/data/Uninstaller_Test_Vs2015.log.

Changes to Tests/installer.eagle.

Changes to Tests/tkt-a4d9c7ee94.eagle.

Changes to Tests/version.eagle.

Changes to lib/System.Data.SQLite/common.eagle.

Changes to readme.htm.

Added test/test.2015.csproj.

Added testlinq/2015/EF6/App.config.

Added testlinq/2015/LINQ/App.config.

Added testlinq/NorthwindModel.EF6.2015.Designer.cs.

Added testlinq/NorthwindModel.EF6.2015.edmx.

Added testlinq/NorthwindModel.Linq.2015.Designer.cs.

Added testlinq/NorthwindModel.Linq.2015.edmx.

Changes to testlinq/Program.cs.

Added testlinq/test.2015.csproj.

Added testlinq/testef6.2015.csproj.

Added testlinq/testlinq.2015.csproj.

Added tools/install/Installer.2015.csproj.

Changes to tools/install/Installer.cs.

Changes to www/build.wiki.

Changes to www/news.wiki.