Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Pickup SQLite core library with disposable vtable support from upstream. More work on integration of the SQLiteModuleBase class. Add initial tests. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | virtualTables |
Files: | files | file ages | folders |
SHA1: |
15b1d1d825ec5082495e1eb9d629e0cf |
User & Date: | mistachkin 2013-06-19 07:02:25.442 |
Context
2013-06-20
| ||
01:40 | More work on disposable vtable integration. check-in: 5a2bdec84f user: mistachkin tags: virtualTables | |
2013-06-19
| ||
07:02 | Pickup SQLite core library with disposable vtable support from upstream. More work on integration of the SQLiteModuleBase class. Add initial tests. check-in: 15b1d1d825 user: mistachkin tags: virtualTables | |
2013-06-18
| ||
21:15 | Move marshalling utility methods into the internal SQLiteMarshal class. check-in: 89613e2645 user: mistachkin tags: virtualTables | |
Changes
Changes to SQLite.Interop/src/core/sqlite3.c.
Changes to SQLite.Interop/src/core/sqlite3.h.
Changes to System.Data.SQLite/SQLite3.cs.
Changes to System.Data.SQLite/SQLiteBase.cs.
Changes to System.Data.SQLite/SQLiteConnection.cs.
Changes to System.Data.SQLite/SQLiteModuleBase.cs.
Changes to System.Data.SQLite/SQLiteModuleNoop.cs.
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
Added Tests/vtab.eagle.