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 virtualTables Excluding Merge-Ins

This is equivalent to a diff from a86c8c24d8 to 1e947f24b6

2013-06-25
21:50
Add all the necessary infrastructure to allow virtual tables to be implemented in managed code. Fix for [9a544991be]. check-in: 2d35b79c48 user: mistachkin tags: trunk
21:49
Add connection flags to allow loading of extensions and the creation of modules to be disabled. Closed-Leaf check-in: 1e947f24b6 user: mistachkin tags: virtualTables
21:31
Modify the CHM building tool to fix internal links to inherited members. check-in: c888a45583 user: mistachkin tags: virtualTables
2013-06-24
22:50
Merge updates from trunk. check-in: d4f5e0a0ef user: mistachkin tags: virtualTables
2013-06-22
03:56
Update to the FAQ #22. check-in: a86c8c24d8 user: mistachkin tags: trunk
03:36
Update several wiki pages. check-in: ef62d192d4 user: mistachkin tags: trunk

Changes to Doc/Extra/version.html.

Changes to Doc/buildChm.tcl.

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.2010.vcxproj.filters.

Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.

Changes to SQLite.Interop/SQLite.Interop.2012.vcxproj.filters.

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.2010.vcxproj.filters.

Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.

Changes to SQLite.Interop/SQLite.Interop.Static.2012.vcxproj.filters.

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.

Added SQLite.Interop/src/ext/vtshim.c.

Changes to SQLite.Interop/src/win/interop.c.

Changes to SQLite.NET.Settings.targets.

Changes to Setup/set_user_mistachkin_Debug.bat.

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/SQLiteConnection.cs.

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

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

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

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

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

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

Added System.Data.SQLite/SQLiteModule.cs.

Added System.Data.SQLite/SQLiteModuleEnumerable.cs.

Added System.Data.SQLite/SQLiteModuleNoop.cs.

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

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

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

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/vtab.eagle.

Changes to readme.htm.

Changes to test/TestCases.cs.

Changes to testce/TestCases.cs.

Changes to www/news.wiki.