System.Data.SQLite

Check-in [78e8297a83]
Login

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

Overview
Comment:First attempt at making virtual table support work on the .NET Compact Framework.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | virtualTables
Files: files | file ages | folders
SHA1: 78e8297a835ca07341e26447c44e2a46718e7823
User & Date: mistachkin 2013-06-25 11:55:41.393
Context
2013-06-25
19:49
Modify native argument marshalling so that it will work properly on the .NET Compact Framework. check-in: 9946328e41 user: mistachkin tags: virtualTables
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
Changes
Unified Diff Side-by-Side Diff Patch
Changes to SQLite.Interop/src/win/interop.c.
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLiteModule.cs.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
Changes to testce/TestCases.cs.