System.Data.SQLite

Check-in [5759e099be]
Login

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

Overview
Comment:Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5759e099bedb9eae940972d97ecc79d91b328d7d
User & Date: mistachkin 2012-09-20 11:53:22.760
References
2012-09-20
11:56 Closed ticket [17045010df]: Add SpatialLite extension support. plus 4 other changes artifact: 096add573c user: mistachkin
Context
2012-09-20
12:04
Explicitly add support for the .NET Framework 4.5 to the managed compile-time defines. check-in: c008d0ccd6 user: mistachkin tags: trunk
11:53
Allow opened connections to skip adding the extension functions included in the interop assembly. Support loading of SQLite extensions. Add more notifications that use the new static Changed event. Miscellaneous comment cleanup. Cleanup usage of compile-time options for the .NET Framework version. Fix argument checking for the batch file tools. check-in: 5759e099be user: mistachkin tags: trunk
02:39
Fire notification events before a connection is opened or closed. Enhance documentation comments to that include references. Workaround issue in NDoc3 to allow project reference links to be resolved correctly. check-in: 69f6030c7f user: mistachkin tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Doc/Extra/version.html.
Changes to Membership/SQLiteProvider.2008.csproj.
Changes to Membership/SQLiteProvider.2010.csproj.
Changes to Membership/SQLiteProvider.2012.csproj.
Changes to SQLite.Designer/SQLite.Designer.2008.csproj.
Changes to SQLite.Designer/SQLite.Designer.2010.csproj.
Changes to SQLite.Designer/SQLite.Designer.2012.csproj.
Changes to SQLite.Interop/SQLite.Interop.2005.vcproj.
Changes to SQLite.Interop/SQLite.Interop.2008.vcproj.
Changes to SQLite.Interop/SQLite.Interop.2010.vcxproj.
Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.
Changes to SQLite.Interop/SQLite.Interop.CE.2005.vcproj.
Changes to SQLite.Interop/SQLite.Interop.CE.2008.vcproj.
Changes to SQLite.Interop/SQLite.Interop.Static.2005.vcproj.
Changes to SQLite.Interop/SQLite.Interop.Static.2008.vcproj.
Changes to SQLite.Interop/SQLite.Interop.Static.2010.vcxproj.
Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.
Changes to SQLite.Interop/props/SQLite.Interop.2005.vsprops.
Changes to SQLite.Interop/props/SQLite.Interop.2008.vsprops.
Changes to SQLite.Interop/props/SQLite.Interop.2010.props.
Changes to SQLite.Interop/props/SQLite.Interop.2012.props.
Changes to SQLite.Interop/props/sqlite3.props.
Changes to SQLite.Interop/props/sqlite3.vsprops.
Changes to SQLite.Interop/src/contrib/extension-functions.c.
Changes to SQLite.Interop/src/win/SQLite.Interop.rc.
Changes to SQLite.Interop/src/win/crypt.c.
Changes to SQLite.Interop/src/win/interop.c.
Changes to SQLite.NET.Settings.targets.
Changes to Setup/archive.bat.
Changes to Setup/bake.bat.
Changes to Setup/bake_all.bat.
Changes to Setup/build.bat.
Changes to Setup/build_all.bat.
Changes to Setup/build_ce.bat.
Changes to Setup/release.bat.
Changes to Setup/release_all.bat.
Changes to Setup/release_ce.bat.
Changes to Setup/release_static.bat.
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.
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Linq.2008.csproj.
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Linq.2010.csproj.
Changes to System.Data.SQLite.Linq/System.Data.SQLite.Linq.2012.csproj.
Changes to System.Data.SQLite/AssemblyInfo.cs.
Changes to System.Data.SQLite/LINQ/SQLiteConnection_Linq.cs.
Changes to System.Data.SQLite/LINQ/SQLiteFactory_Linq.cs.
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLite3_UTF16.cs.
Changes to System.Data.SQLite/SQLiteBase.cs.
Changes to System.Data.SQLite/SQLiteCommand.cs.
Changes to System.Data.SQLite/SQLiteConnection.cs.
Changes to System.Data.SQLite/SQLiteConvert.cs.
Changes to System.Data.SQLite/SQLiteDefineConstants.cs.
Changes to System.Data.SQLite/SQLiteFactory.cs.
Changes to System.Data.SQLite/System.Data.SQLite.2008.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.2010.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.2012.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.Compact.2008.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.Files.targets.
Changes to System.Data.SQLite/System.Data.SQLite.Module.2008.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.Module.2010.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.Module.2012.csproj.
Changes to System.Data.SQLite/System.Data.SQLite.Properties.targets.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
Changes to Tests/basic.eagle.
Changes to Tests/common.eagle.
Added Tests/tkt-17045010df.eagle.
Changes to readme.htm.
Changes to test/test.2008.csproj.
Changes to test/test.2010.csproj.
Changes to test/test.2012.csproj.
Changes to testce/testce.2008.csproj.
Changes to testlinq/Program.cs.
Changes to testlinq/testlinq.2008.csproj.
Changes to testlinq/testlinq.2010.csproj.
Changes to testlinq/testlinq.2012.csproj.
Changes to tools/install/Installer.2008.csproj.
Changes to tools/install/Installer.2010.csproj.
Changes to tools/install/Installer.2012.csproj.
Changes to tools/install/Installer.cs.
Changes to www/news.wiki.