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.

20 check-ins using file System.Data.SQLite/SQLiteBase.cs version 9b8da40a4c

2012-07-11
06:53
In the stress test, open new connections for backup operations. check-in: 125ad3db32 user: mistachkin tags: stress
04:15
Cleanup code related to use of the new sqlite3_close_v2 API. check-in: e1c5eb3fc9 user: mistachkin tags: trunk
04:08
More adjustments to the stress test. check-in: a901a003a1 user: mistachkin tags: stress
03:39
Merge updates from trunk. check-in: 44368af72f user: mistachkin tags: stress
03:37
Update test prologue and epilogue to make sure they unset all variables used prior to using any of them. check-in: 9189c4f757 user: mistachkin tags: trunk
03:35
Fix stress test option parsing and database cleanup. check-in: f74cf69523 user: mistachkin tags: stress
03:24
Fixes to stress test. Also, make the number of iterations configurable via the command line. check-in: 8e2fc24892 user: mistachkin tags: stress
01:32
Initial draft of new stress test. check-in: 96ab455945 user: mistachkin tags: stress
01:29
Modify unit test infrastructure to support more options for the setupDb and cleanupDb helper procedures, namely skipping garbage collection and file deletion. check-in: 0cd38620d4 user: mistachkin tags: trunk
2012-07-04
22:09
Update Eagle in externals to the beta 24 release. check-in: bf0e36e840 user: mistachkin tags: trunk
2012-06-30
23:23
Add information to the download page about the setup packages that are capable of installing the design-time components for Visual Studio. check-in: 95015e0d69 user: mistachkin tags: trunk
2012-06-24
17:38
Update version history docs. check-in: 394a892ad5 user: mistachkin tags: trunk
17:29
Update description for the primary NuGet package. check-in: 51189fb11a user: mistachkin tags: trunk
17:22
Update primary NuGet package title. check-in: 2603845fa0 user: mistachkin tags: trunk
17:19
Modify the primary NuGet package to make it 'universal' (i.e. applicable to x86/x64 as well as .NET 2.0/4.0) using a custom 'install.ps1' PowerShell script in combination with the native library pre-loading code. check-in: 87d746055b user: mistachkin tags: trunk
2012-06-23
10:03
Update version history docs with the latest changes. check-in: c8a4c16534 user: mistachkin tags: trunk
2012-06-22
20:13
Update sqlite3_close_v2 availability version number check. check-in: d8bf1bb3b9 user: mistachkin tags: trunk
20:12
Update core SQLite library to the latest trunk. Merge support for the sqlite3_close_v2 API. Add missing test contraints for the dynamic SQLite core library detection, the USE_INTEROP_DLL compile-time define, and the System.Data.SQLite.dll / System.Data.SQLite.Linq.dll file detection. Fix several #if statements to include USE_INTEROP_DLL in addition to INTEROP_EXTENSION_FUNCTIONS. check-in: 1462b42fc2 user: mistachkin tags: trunk
2012-06-18
11:10
Merge testing and doc updates from trunk. Closed-Leaf check-in: a2f8c25b8a user: mistachkin tags: deferred-close
2012-06-12
08:52
Experimental changes to support the prototype sqlite3_close_v2 interface. check-in: 8b0d3259cb user: mistachkin tags: deferred-close