Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Virtual table marshalling fixes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | marshalFixes |
Files: | files | file ages | folders |
SHA1: |
e7b11da35f706621866212909471ee97 |
User & Date: | mistachkin 2013-07-15 03:57:46.745 |
Context
2013-07-15
| ||
05:16 | Modify classes implementing the IDisposable pattern to set the disposed flag after their base classes have been disposed. check-in: db3a299625 user: mistachkin tags: marshalFixes | |
03:57 | Virtual table marshalling fixes. check-in: e7b11da35f user: mistachkin tags: marshalFixes | |
2013-07-11
| ||
15:49 | Add GetSqlForDeclareTable method to the SQLiteModuleEnumerable class to allow derived classes to override the SQL statement used to declare the virtual table schema. check-in: a3798d45f4 user: mistachkin tags: trunk | |
Changes
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.