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

This is equivalent to a diff from c826898164 to 8c37793c05

2012-10-13
06:25
Merge thread abort protection and several other changes to trunk. check-in: 722904a344 user: mistachkin tags: trunk
06:24
Update version history docs. Closed-Leaf check-in: 8c37793c05 user: mistachkin tags: threadAbortProtect
06:14
Update SQLite core library to latest trunk code. Centralize sqlite3_shutdown handling in the test suite infrastructure. check-in: 986baaa70f user: mistachkin tags: threadAbortProtect
2012-10-12
04:23
Add experimental protection against leaking native resources when the Thread.Abort method is used. These changes may not be included in any official release. check-in: e553cea4a0 user: mistachkin tags: threadAbortProtect
2012-10-11
06:58
Add sqlite3_backup_finish_interop function with optional diagnostics. Improvements to sqlite3_finalize_interop diagnostics. Make interop function names consistent. check-in: c826898164 user: mistachkin tags: trunk
2012-10-10
13:56
Re-order the #if statements used for native library/assembly selection to reflect the necessity of using the custom interop assembly when compiled for the .NET Compact Framework. check-in: affb80d75d user: mistachkin tags: trunk

Changes to Doc/Extra/version.html.

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 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/UnsafeNativeMethods.cs.

Changes to Tests/basic.eagle.

Changes to Tests/common.eagle.

Changes to Tests/stress.eagle.

Added Tests/thread.eagle.

Changes to Tests/tkt-2ce0870fad.eagle.

Changes to Tests/tkt-996d13cd87.eagle.

Changes to Tests/tkt-b4a7ddc83f.eagle.

Changes to readme.htm.

Changes to test/TestCases.cs.

Changes to www/news.wiki.