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 descendants and 50 ancestors of a1407ccbc575b203b576e1fbe12ea91fab9bf86a

2015-07-14
20:08
Improvements to the download page. check-in: d354cfb193 user: mistachkin tags: trunk
19:29
Honor the pre-existing flags for connections during the Open method. Fix for [964063da16]. check-in: f7cac79346 user: mistachkin tags: trunk
2015-07-13
22:41
Add tests for ticket [71bedaca19]. check-in: 1ddef23eb9 user: mistachkin tags: trunk
19:51
Add extended return codes to the SQLiteErrorCode enumeration. Pursuant to [71bedaca19]. check-in: 42798551ca user: mistachkin tags: trunk
2015-07-11
08:06
Small HTML style fix for the previous check-in. check-in: 59e075a640 user: mistachkin tags: trunk
08:05
Improve build instructions for Mono to prevent use of the per-user configuration files (i.e. when building from a source checkout instead of an official source release package). check-in: 001c0b4dae user: mistachkin tags: trunk
2015-07-03
21:57
Update SQLite core library to the latest trunk code. check-in: d545007d7a user: mistachkin tags: trunk
2015-07-02
01:44
Update SQLite core library to the latest 3.8.11 alpha. check-in: 9d53109ce0 user: mistachkin tags: trunk
2015-06-26
03:13
Update SQLite core library to the latest trunk code. check-in: a92cbefdad user: mistachkin tags: trunk
2015-06-24
22:43
Make sure that manually calling the Cancel method still causes an Interrupt exception to be thrown. Update master release archive manifest. check-in: dae0c2e6fc user: mistachkin tags: trunk
20:02
Change the base type for the SQLiteConnectionFlags enumeration to long integer. Improve exception handling in all native callbacks implemented in the SQLiteConnection class. Add Progress event and ProgressOps connection string property to enable raising progress events during long-running queries. check-in: 3b020c8c80 user: mistachkin tags: trunk
00:13
Minor enhancement to the batch build tool. check-in: 2cccb64c09 user: mistachkin tags: trunk
2015-06-23
00:56
Remove errant semi-colons from the SQL used by LINQ to INSERT and then SELECT rows with composite primary keys. Fix for [9d353b0bd8]. check-in: 01a3da88e7 user: mistachkin tags: trunk
00:13
Reorganize the solution files. check-in: e0e67614a2 user: mistachkin tags: trunk
2015-06-15
05:58
Modify test case. Closed-Leaf check-in: a000fa4f91 user: mistachkin tags: tkt-449885cc57
2015-06-13
20:46
Add test cases for ticket [449885cc57]. check-in: e087483fc3 user: mistachkin tags: tkt-449885cc57
20:45
Update list of CONFIG parameters. check-in: d1d2020750 user: mistachkin tags: trunk
2015-06-09
23:13
Add BusyTimeout connection string property to set the busy timeout to be used by the SQLite core library. check-in: 873c720835 user: mistachkin tags: trunk
20:27
Improve exception message for the ZipVfsVersion connection string property. check-in: 81a9e94c47 user: mistachkin tags: trunk
20:24
Use the correct PRAGMA to set the journal mode while opening a connection with ZipVFS enabled. check-in: acdc40ff05 user: mistachkin tags: trunk
2015-06-06
00:24
Enhance the test suite infrastructure to handle having the tests in their own directory. check-in: b7162effee user: mistachkin tags: trunk
2015-06-05
22:04
Refactor how the test suite infrastructure package is handled. check-in: 8728586263 user: mistachkin tags: trunk
21:49
Fix minor typo in README. check-in: 15b0514947 user: mistachkin tags: trunk
2015-06-04
23:42
Update Eagle in externals to the beta 33 release. check-in: 3fafcd0c5e user: mistachkin tags: trunk
2015-06-03
17:17
Add support for integrating with ZipVFS. check-in: 0c9928dbbf user: mistachkin tags: trunk
16:38
Fix incorrect test result. Closed-Leaf check-in: 212beca674 user: mistachkin tags: zipvfs
16:33
Update embedded documentation and the version history docs. check-in: 984f5d1c0d user: mistachkin tags: zipvfs
02:46
For ZipVFS, also include the 'algorithms.c' file. check-in: 694e4bfe9b user: mistachkin tags: zipvfs
02:16
Support alternate VFSs when opening a database connection. More work on ZipVFS integration. This is an interim check-in and needs testing. check-in: 6bf64f992e user: mistachkin tags: zipvfs
00:28
Add special 'placeholder' defines to the interop assembly props files. check-in: 3d46b94d99 user: mistachkin tags: zipvfs
2015-06-02
18:21
Add optional support for building the interop assembly with ZIPVFS. check-in: dcd24352a0 user: mistachkin tags: zipvfs
2015-05-30
22:45
Update SQLite core library to the latest trunk code. check-in: b994e3c790 user: mistachkin tags: trunk
21:38
Implement the Substring method for LINQ using the 'substr' core SQL function. check-in: 52085afe23 user: mistachkin tags: trunk
21:37
Bump all version numbers to 1.0.98.0. Update version history docs. check-in: ff1cdfc19c user: mistachkin tags: trunk
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-03-26
00:18
Merge updates from trunk. Closed-Leaf check-in: 3f32d0d469 user: mistachkin tags: tkt-abf2be8a23
2015-03-23
03:59
Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. check-in: a1407ccbc5 user: mistachkin tags: tkt-abf2be8a23
2015-03-06
04:24
Fix some NuGet package titles. check-in: abb518ab0e user: mistachkin tags: trunk
02:49
Update Eagle in externals to the beta 32 release. check-in: 36785928b8 user: mistachkin tags: trunk
2015-03-05
00:38
Final updates for release 1.0.96.0. check-in: f59e864715 user: mistachkin tags: trunk, release, release-1.0.96.0
00:20
Update the download page. Closed-Leaf check-in: 92bdcf3693 user: mistachkin tags: nextRelease
00:09
Update the CHM file. check-in: f1501662b5 user: mistachkin tags: nextRelease
2015-03-04
19:51
Merge updates from trunk. check-in: 2d4eaf4c96 user: mistachkin tags: nextRelease
19:51
Fix SQLite core library version number on the download page. check-in: 84fd651130 user: mistachkin tags: trunk
19:48
Update release date for 1.0.96.0. check-in: 80b6dda010 user: mistachkin tags: nextRelease
19:42
Improve coding style in the CountParents method. check-in: 528007e621 user: mistachkin tags: nextRelease
2015-03-03
03:15
Update Eagle script library in externals to the latest trunk code. check-in: 12a71d6811 user: mistachkin tags: nextRelease
02:54
Pickup release archive verification tool changes from upstream. check-in: 8692ce7849 user: mistachkin tags: nextRelease
00:09
Cosmetic change to the previous check-in. check-in: 2eda4ee714 user: mistachkin tags: nextRelease
00:08
Update mailing list addresses. check-in: 789558b44e user: mistachkin tags: nextRelease
2015-03-02
23:11
When counting the number of tables in the GetSchemaTable method, do not include those that have a null or empty name. Fix for [92dbf1229a]. check-in: 154d609bbe user: mistachkin tags: nextRelease
19:07
Add tests for ticket [c28d7fe915]. check-in: 2166864f27 user: mistachkin tags: nextRelease
18:48
Update version history docs. Bump all versions to 1.0.96.0. check-in: d53f664e70 user: mistachkin tags: nextRelease
17:40
The IDataReader.GetOrdinal method should not throw 'no current row' exceptions. Fix for [c28d7fe915]. check-in: 0bcca49374 user: mistachkin tags: nextRelease
2015-02-28
07:32
Final updates for release 1.0.95.0. check-in: 42c8a4f285 user: mistachkin tags: trunk, release, release-1.0.95.0
05:14
Add connection string property documentation for PrepareRetries. check-in: b90035f692 user: mistachkin tags: trunk
2015-02-26
20:34
Update SQLite core library to the 3.8.8.3 release. check-in: 5f6b2d34a1 user: mistachkin tags: trunk
2015-02-24
18:30
Merge updates from trunk. Closed-Leaf check-in: 6c8bd53b50 user: mistachkin tags: preRelease
18:30
Update the estimated release date for 1.0.95.0. check-in: 2c806f38a5 user: mistachkin tags: trunk
2015-02-23
18:05
Merge updates from trunk. check-in: f1f772dbd0 user: mistachkin tags: preRelease
2015-02-20
19:37
Revise how the global connection flags are output by the test suite infrastructure. check-in: 1fb906b724 user: mistachkin tags: trunk
19:15
Merge updates from trunk. check-in: 3e7ed06ca5 user: mistachkin tags: preRelease
19:14
Update the master release archive manifest. check-in: 6fb0f14b81 user: mistachkin tags: trunk
19:09
Make the per-test connection flag output a little less noisy. Fix a leaked test variable. check-in: 2fe91fda63 user: mistachkin tags: trunk
17:22
Permit empty string values for the Password and HexPassword connection string properties. check-in: 7c2c7ba6cf user: mistachkin tags: trunk
2015-02-19
01:00
Add BindDateTimeWithKind connection flag to force DateTime parameter values to match the DateTimeKind associated with the connection, if applicable. Fix for [a7d04fb111]. check-in: e5f6b68387 user: mistachkin tags: trunk
2015-02-18
22:46
Improve the changes in the previous check-in. check-in: 470251caba user: mistachkin tags: trunk
22:43
In the test suite infrastructure, make sure the auto-selection process checks in the platform-specific sub-directory. check-in: 12aacef1c3 user: mistachkin tags: trunk
2015-02-13
21:31
Merge updates from trunk. check-in: 63d2c28b37 user: mistachkin tags: preRelease
21:30
Refactor NuGet packages. check-in: 126b7c1987 user: mistachkin tags: trunk
21:13
Add support for including extra extensions at compile-time for the custom built interop DLL. check-in: 02e5ea34c5 user: mistachkin tags: trunk
19:56
Update version history docs. Closed-Leaf check-in: 7bc12f199d user: mistachkin tags: nuGetRefactor
19:43
Legacy package cleanup. Revise tests to include the EntityFramework version. Update downloads page. check-in: f0e4722e5a user: mistachkin tags: nuGetRefactor
18:43
Refactor NuGet package dependencies and the MSIL-only packages. Make System.Data.SQLite.MSIL into pure 'meta-packages'. Stop depending on System.Data.SQLite.Core from EF6/Linq packages. check-in: d4f804aa46 user: mistachkin tags: nuGetRefactor
2015-02-12
23:53
Add PrepareRetries connection string property to allow the maximum number of retries when preparing a query to be overridden. Fix for [647d282d11]. check-in: 39f91f897d user: mistachkin tags: trunk
20:42
Revise how the SEE and CEROD extensions are included, when applicable. check-in: 3d042d498c user: mistachkin tags: trunk
18:56
Reset build patch-levels. check-in: a223e3baf3 user: mistachkin tags: trunk
18:53
Corrections to the previous check-in. check-in: 07200719dc user: mistachkin tags: trunk
18:18
Enable easier integration with CEROD. check-in: d3eb5c0fcc user: mistachkin tags: trunk
2015-02-09
23:19
Merge updates from trunk. check-in: ae3b0b3c66 user: mistachkin tags: preRelease
23:18
Another attempt to improve readability of the download page. check-in: 368bd94cb2 user: mistachkin tags: trunk
22:12
Merge updates from trunk. check-in: 36d1fb2c28 user: mistachkin tags: preRelease
22:12
Update version history docs. check-in: 790e172dc1 user: mistachkin tags: trunk
22:03
Merge updates from trunk. check-in: 4a08b24578 user: mistachkin tags: preRelease
22:02
Improve readability of the download page slightly. check-in: 71c94d946c user: mistachkin tags: trunk
21:59
Merge updates from trunk. check-in: c91556afee user: mistachkin tags: preRelease
21:56
Change links to HTTPS, where applicable. check-in: 2683c27f12 user: mistachkin tags: trunk