Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From 273b0c601ff8c4e6 To c6a8523c45e9e39e
2013-06-25
| ||
11:55 | First attempt at making virtual table support work on the .NET Compact Framework. check-in: 78e8297a83 user: mistachkin tags: virtualTables | |
09:53 | When marshalling from/to the SQLiteIndex class, only marshal data members of the needed direction. The SQLiteVirtualTableCursorEnumerable class should implement the IDisposable pattern. More work on docs. check-in: c6a8523c45 user: mistachkin tags: virtualTables | |
08:24 | Move byte array handling methods to the SQLiteBytes class. Remove superfluous ValueArrayFromSizeAndIntPtr method from the SQLiteMarshal class. More work on docs. check-in: 75dd5c847a user: mistachkin tags: virtualTables | |
2013-06-06
| ||
19:36 | Support creating a SQLiteConnection instance from a pre-existing native connection handle (i.e. one that cannot be disposed). check-in: b6c0bcadb3 user: mistachkin tags: virtualTables | |
2013-06-03
| ||
01:57 | Initial phase of experimental support for implementing virtual tables in managed code. No docs, no tests, does not work yet, and may not even compile. check-in: 273b0c601f user: mistachkin tags: virtualTables | |
2013-05-30
| ||
00:44 | Add DateTimeFormatString connection string property to allow the DateTime format string used for all parsing and formatting to be overridden. Disable use of the new connection string parsing algorithm when the No_SQLiteConnectionNewParser environment variable is set. Pursuant to [bbdda6eae2]. check-in: 4f933521a1 user: mistachkin tags: trunk | |
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.
Changes to System.Data.SQLite/SQLiteModule.cs.
Deleted System.Data.SQLite/SQLiteModuleBase.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 test/TestCases.cs.
Changes to www/contribute.wiki.
Changes to www/faq.wiki.