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.

50 check-ins occurring around 4e5fae70903ced1e.

2014-03-26
20:56
Add an managed-only varient of the 'Core' NuGet package. check-in: 159e40e4a7 user: mistachkin tags: trunk
20:23
Revise download page text for the MSIL NuGet package. check-in: 4ebd9a66c5 user: mistachkin tags: trunk
20:16
Update SQLite core library to the 3.8.4.2 release. check-in: 0a29fc8665 user: mistachkin tags: trunk
19:58
Bump all versions to 1.0.93.0. Enhance versioning tests. Mark the MSIL NuGet package as legacy. check-in: 6f3549f6a4 user: mistachkin tags: trunk
2014-03-20
04:34
Final updates for release 1.0.92.0. check-in: 6c365f48b9 user: mistachkin tags: trunk, release, release-1.0.92.0
03:15
Update the downloads page. Closed-Leaf check-in: ecbb02e752 user: mistachkin tags: preRelease
03:06
Prevent NuGet from automatically including files residing within sub-directories of the 'NuGet' directory in the source tree. check-in: 663d44f6b5 user: mistachkin tags: preRelease
02:42
Fix minor doc typo. check-in: bee9eaf183 user: mistachkin tags: preRelease
02:36
Doc updates for release 1.0.92.0. check-in: 0d01b46d0c user: mistachkin tags: preRelease
2014-03-18
23:12
Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets. check-in: baf17cba3c user: mistachkin tags: trunk
2014-03-14
20:20
Add StickyHasRows connection flag to cause the SQLiteDataReader.HasRows property to return non-zero if there were ever any rows in the associated result sets. Closed-Leaf check-in: 59bbbbfcdb user: mistachkin tags: stickyHasRows
2014-03-12
22:56
Add the SQLiteDataReader.StepCount property to return the number of rows seen so far. check-in: a31cac5d59 user: mistachkin tags: trunk
20:50
Add a test for the SQLiteDataReader.HasRows property. check-in: 7fb5c1cd3e user: mistachkin tags: trunk
02:32
Update version history docs. check-in: 9b625ef225 user: mistachkin tags: trunk
02:27
Move all strong name keys, targets, and configuration files into their own sub-directories. Move all resources for the core System.Data.SQLite assembly into their own sub-directory. Update list of SQLite keywords contained in the resource file. check-in: d6f98596b9 user: mistachkin tags: trunk
2014-03-11
21:20
Update SQLite core library to the 3.8.4.1 release. check-in: 7b891d833d user: mistachkin tags: trunk
07:45
Update version history docs. check-in: 79c749536e user: mistachkin tags: trunk
2014-03-10
19:18
Update SQLite core library to the 3.8.4 release. check-in: 891ea4b9bd user: mistachkin tags: trunk
2014-03-08
01:54
Update some verbiage on the download page. check-in: c89544114b user: mistachkin tags: trunk
01:23
Make the primary NuGet packages into meta-packages. Add the new 'test' NuGet package. Describe the beta and test NuGet packages on the FAQ page. check-in: 59abbc8534 user: mistachkin tags: trunk
01:22
When the NuGet packages supporting EF6 are used, attempt to make sure that the default DbProviderFactory is also the one supporting EF6 (i.e. System.Data.SQLite.EF6). check-in: d985099847 user: mistachkin tags: trunk
01:19
Add the new 'test' NuGet package. Describe the beta and test NuGet packages on the FAQ page. Closed-Leaf check-in: 68073c6fca user: mistachkin tags: metaNuGet
00:24
Make the primary NuGet packages into meta-packages. check-in: 75d6b68f4f user: mistachkin tags: metaNuGet
00:17
Update SQLite core library to the latest trunk code. check-in: 46b94486f8 user: mistachkin tags: trunk
2014-03-07
01:16
Update SQLite core library to the latest trunk code. Fix unused variable compiler warning. check-in: bf585fcf3b user: mistachkin tags: trunk
2014-03-06
20:34
Add copyright notice. check-in: 4e5fae7090 user: mistachkin tags: trunk
09:00
Also raise the static SQLiteConnection.Changed event when any SQLiteDataReader object is closed. check-in: ad12fa479a user: mistachkin tags: trunk
08:12
Raise the static SQLiteConnection.Changed event when any SQLiteCommand or SQLiteDataReader object is disposed. check-in: 6eea79dc10 user: mistachkin tags: trunk
06:49
For the NuGet packages supporting Entity Framework 6, only list the EF6 DbProviderFactory in the config file. check-in: bb6a9292c1 user: mistachkin tags: trunk
02:29
Bump all versions to 1.0.92.0. Update SQLite core library to the latest trunk code. Verify all version numbers in the 'testlinq' EF6 configuration files. check-in: a1cfefb6f2 user: mistachkin tags: trunk
2014-03-02
12:33
Update 32-bit only Eagle shell executable. check-in: d6cb0e33bf user: mistachkin tags: trunk
12:30
Update Eagle in externals to the beta 29 release. Fix typo in the versioning test. check-in: 03d7d2a6c1 user: mistachkin tags: trunk
2014-02-28
01:32
Add warning message when a possibly malformed UNC file name is detected when attempting to open a database connection. Pursuant to [283344397b]. check-in: c632d5743c user: mistachkin tags: trunk
2014-02-19
03:34
Final updates for NuGet package version 1.0.91.3. check-in: 629f16eb5a user: mistachkin tags: trunk
03:11
Test adjustments for NuGet packages. check-in: bab36c9a41 user: mistachkin tags: trunk
01:06
Refactor how the NuGet package internals are organized. check-in: 0ee4f5564f user: mistachkin tags: trunk
00:16
More NuGet package updates. check-in: 45f0cee292 user: mistachkin tags: trunk
2014-02-18
21:45
Include the EF6-specific ADO.NET provider in the NuGet configuration file. check-in: ab41582640 user: mistachkin tags: trunk
05:42
Modify version number test to support NuGet package hotfix versioning. More integration of the new 'core' NuGet package into the build system. check-in: 4bd5b33b41 user: mistachkin tags: trunk
05:13
Fix one missed NuGet package version increment to 1.0.91.1. check-in: 9c9562216e user: mistachkin tags: trunk
05:11
More NuGet package fixes. check-in: 8f4e0e3de4 user: mistachkin tags: trunk
2014-02-16
20:26
Fix web page typo. check-in: 76e3d971b1 user: mistachkin tags: trunk
20:07
Web page updates for the new NuGet package. check-in: 027dc961f9 user: mistachkin tags: trunk
20:00
NuGet packaging enhancements and fixes. check-in: 2ad0917b68 user: mistachkin tags: trunk
2014-02-14
04:15
Minor wording change on index page. check-in: b80d231144 user: mistachkin tags: trunk
04:08
Improvements to the index page. check-in: e1485e3164 user: mistachkin tags: trunk
2014-02-12
21:44
Final updates for release 1.0.91.0. check-in: a6e03b2119 user: mistachkin tags: trunk, release, release-1.0.91.0
04:29
Make the test for ticket [72905c9a77] a bit more robust and prevent it from halting the test run. check-in: 6220096d79 user: mistachkin tags: trunk
2014-02-11
22:06
Update CHM file with updated version/release information. Closed-Leaf check-in: 4350b811ab user: mistachkin tags: preRelease
22:02
Merge updates from trunk. check-in: d06e8d1885 user: mistachkin tags: preRelease