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.

17 check-ins using file System.Data.SQLite/SQLite3.cs version be69c86343

2015-05-27
00:43
Fix typos in the previous check-in. check-in: 3447ba8980 user: mistachkin tags: trunk
00:42
Support building debug variants of all release packages. check-in: 6316be1002 user: mistachkin tags: trunk
00:14
Update the download page for release 1.0.97.0. check-in: b31d2517cc user: mistachkin tags: trunk
2015-05-26
22:54
Updates for the 1.0.97.0 release. check-in: b4a469371e user: mistachkin tags: trunk, release, release-1.0.97.0
19:37
Rebuild the CHM file. Closed-Leaf check-in: af3eee23f3 user: mistachkin tags: preRelease
19:06
Updates for the 1.0.97.0 release. check-in: e63ae6e43f user: mistachkin tags: preRelease
2015-05-22
01:57
Changes to permit easier customization of the NuGet MSBuild settings. Closed-Leaf check-in: c6c4e96ece user: mistachkin tags: nuGetContent
2015-05-21
18:47
Simplify condition for the content section added in the previous check-in. check-in: 54ac1d7383 user: mistachkin tags: nuGetContent
18:37
Experimental NuGet package change to allow the interop files to be considered as 'Content' again. check-in: ab40dc2756 user: mistachkin tags: nuGetContent
2015-05-20
21:53
Update SQLite core library to the 3.8.10.2 release. check-in: 0fc18b9f9e user: mistachkin tags: trunk
00:08
Update master release archive manifest. check-in: c9d2c14f67 user: mistachkin tags: trunk
2015-05-19
21:30
Add the NuGet XDT transform file to the solution files. check-in: 9c07ab2010 user: mistachkin tags: trunk
18:24
Make sure enabling UseUTF16Encoding sets the schema encoding to UTF-16. Fix for [7c151a2f0e]. check-in: 749d5af8d3 user: mistachkin tags: trunk
2015-05-16
03:33
Improve documentation for the 'restrictionValues' parameter to SQLiteConnetion.GetSchema. check-in: 4be7ad3120 user: mistachkin tags: trunk
02:26
Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. check-in: a58c97761a user: mistachkin tags: trunk
2015-05-15
17:45
Prevent calls to the native sqlite3_step() and sqlite3_interrupt() methods from being interrupted via a ThreadAbortException. Also, remove a superfluous native function declaration. check-in: 70655cda1a user: mistachkin tags: trunk
2015-05-13
03:47
Also prevent the sqlite3_interrupt() call from being interrupted. Closed-Leaf check-in: 7f1111a6fd user: mistachkin tags: stepNoThreadAbort