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

This is equivalent to a diff from d5792024ef to 7536d45bed

2015-12-31
22:58
Merge System.Data.SQLite changes necessary to integrate with SQLite 3.10.0. Closed-Leaf check-in: b70f7a74f8 user: mistachkin tags: updates
2015-12-04
20:24
Fix virtual table handling of sqlite3_index_info members not available with older versions of the SQLite core library. check-in: bc75151c63 user: mistachkin tags: trunk
20:07
Update SQLite core library to the latest trunk code. Adapt the interop assembly code to deal with the changes. Closed-Leaf check-in: 7536d45bed user: mistachkin tags: core310
06:14
More fixes to the optional field handling for the virtual table interface. check-in: 496499d755 user: mistachkin tags: vtabFixes
02:04
Add missing checks for NET_452 and NET_461 compile-time defines. check-in: d5792024ef user: mistachkin tags: trunk
01:52
Add preliminary support for the .NET Framework 4.6.1. check-in: e357378801 user: mistachkin tags: trunk

Changes to SQLite.Interop/props/sqlite3.props.

Changes to SQLite.Interop/props/sqlite3.vsprops.

Changes to SQLite.Interop/src/core/sqlite3.c.

Changes to SQLite.Interop/src/core/sqlite3.h.

Changes to SQLite.Interop/src/core/sqlite3ext.h.

Changes to SQLite.Interop/src/ext/fts5.c.

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