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.

149 check-ins using file System.Data.SQLite/Configurations/System.Data.SQLite.dll.config version 43d15a6f30

2023-05-08
23:47
Minor refactoring of the connection pool test. check-in: ae1781b257 user: mistachkin tags: trunk
2023-05-03
23:28
Update SQLite core library to the latest beta of 3.42. check-in: f7d26d2f23 user: mistachkin tags: trunk
05:26
Fixes to password parsing when it has been prefixed. check-in: b1878b6b76 user: mistachkin tags: trunk
2023-05-02
05:13
Corrections to HRESULT handling changes from the previous check-in. check-in: 3986713e34 user: mistachkin tags: trunk
2023-04-27
01:13
Tighten up the HRESULT initialization process used by the SQLiteException class. check-in: e1e04dbf2a user: mistachkin tags: trunk
2023-04-26
20:37
Update the Fossil 'ignore-glob' settings file. check-in: cdb5d1cd27 user: mistachkin tags: trunk
20:36
Fixes to the new error code logic. check-in: 4cb4d49f92 user: mistachkin tags: trunk
2023-04-25
23:35
Revise the previous check-in to handle the log2() issue in a way that is supported by the SQLite core library. check-in: 9a5a314681 user: mistachkin tags: trunk
2023-04-24
15:50
Work around lack of log2() in MSVC less than 2010. check-in: 3f0aa28ebd user: mistachkin tags: trunk
2023-04-18
23:32
Make the GetCachedAssemblyDirectory method more accessible. check-in: 4490906b8d user: mistachkin tags: trunk
2023-04-17
05:44
The trace callback cannot be unhooked after its associated connection has been closed; however, it also cannot be unhooked before closing its associated connection due to SQLITE_TRACE_CLOSE. check-in: 38a887f53a user: mistachkin tags: trunk
05:04
Adjust the expected results for tests 'tkt-23d8d6171e-1.*'. check-in: 97f5568682 user: mistachkin tags: trunk
2023-04-16
21:04
Enhancements to HRESULT handling associated with SQLite error codes. check-in: 3e06af4b6b user: mistachkin tags: trunk
19:10
Enhancments to logging in the test suite. check-in: f010d01e50 user: mistachkin tags: trunk
03:13
Correction to facility handling in the private MakeHResult helper method. check-in: a6f726c17f user: mistachkin tags: trunk
2023-04-15
19:06
Fix conditional compilation error. check-in: 068804a830 user: mistachkin tags: trunk
18:06
Update SQLite core library to the latest 3.41 branch tip. check-in: 493e5e556b user: mistachkin tags: trunk
2023-04-13
18:30
Make the primary overload of the SQLiteConnection.ParseConnectionString method public. check-in: 3353fb78c7 user: mistachkin tags: trunk
2023-04-10
17:11
Add 'Notice_Rbu' to the list of possible extended SQLite API return codes. check-in: 599bfabe2a user: mistachkin tags: trunk
2023-04-08
20:14
Pickup the latest SQLite 3.41 core library docs from upstream. check-in: b66a5b9ed7 user: mistachkin tags: trunk
20:11
Update SQLite core library to the latest 3.41 release branch code. check-in: 2517335da5 user: mistachkin tags: trunk
2023-04-01
04:23
Add the 'TextHexPassword' connection string property. check-in: 740d7652e8 user: mistachkin tags: trunk
2023-03-01
22:41
Attempt to disable Microsoft telemetry at build time. check-in: 6b7664f039 user: mistachkin tags: trunk
2023-01-29
21:18
Several updates to tests and the test suite. check-in: d0eb94788c user: mistachkin tags: trunk
2023-01-18
05:09
Add the SqlStringPreview connection event type. check-in: 4188296299 user: mistachkin tags: trunk
2023-01-17
18:50
Bump version to 1.0.118.0. Update version history docs. check-in: b0dece3f52 user: mistachkin tags: trunk
18:25
Add comments. check-in: 43b5d891f7 user: mistachkin tags: trunk
18:12
Fixes to the tests for the Trace2 callback. check-in: d1af8c8a96 user: mistachkin tags: trunk
18:07
Treat the trace callback specially when disposing of the native database connection due to needing to support SQLITE_TRACE_CLOSE. This special handling does not apply to native database connections that will end up in the connection pool. check-in: cbe7098055 user: mistachkin tags: trunk
07:31
Add initial testing for the Trace2 event. check-in: 843fbaa836 user: mistachkin tags: trunk
05:18
Start stubbing in tests for the Trace2 event. check-in: 91c17c5e79 user: mistachkin tags: trunk
04:40
Add a comment. check-in: ef15ddc356 user: mistachkin tags: trunk
04:37
More corrections to the trace_v2 event data handling. check-in: 57c94f0c66 user: mistachkin tags: trunk
04:11
Work-in-progress corrections to the previous check-in. check-in: 1cad101163 user: mistachkin tags: trunk
04:07
Initial work on fully supporting the sqlite3_trace_v2 core library API. Pursuant to forum post https://sqlite.org/forum/forumpost/1c418d7edc. check-in: 5ad580f5ec user: mistachkin tags: trunk
2023-01-11
20:59
Add support for the (new) sqlite3_is_interrupted core library API. check-in: 5cf635b987 user: mistachkin tags: trunk
2023-01-10
15:40
Preliminary changes to add a couple new events. check-in: 6ea27254da user: mistachkin tags: trunk
2022-11-26
20:45
Final updates for release 1.0.117.0. check-in: 1c46874c8f user: mistachkin tags: trunk, release, release-1.0.117.0
10:03
Attempt to make the 'pool' tests more robust on .NET Core. check-in: 7f8aeb3f2a user: mistachkin tags: trunk
2022-11-24
00:38
Rename 'matchPlatform' test suite procedure because it was using a reserved name. check-in: 2fc62fafbe user: mistachkin tags: trunk
2022-11-23
05:12
Update the full source archive file exclusion list. check-in: 84408724dc user: mistachkin tags: trunk
2022-11-22
20:16
Add experimental support for native sha3 extension. check-in: dd498797e7 user: mistachkin tags: trunk
18:37
Update Eagle in externals to the beta 52 release. check-in: 52cc1900f7 user: mistachkin tags: trunk
2022-11-20
22:07
Pickup the latest SQLite (3.40?) core library docs from upstream. check-in: fb661bca74 user: mistachkin tags: trunk
22:04
Update SQLite core library to the 3.40.0 release. check-in: 269a0aec62 user: mistachkin tags: trunk
2022-11-10
10:26
Pickup the latest SQLite 3.39 core library docs from upstream. check-in: bacb5624fd user: mistachkin tags: trunk
10:22
Update SQLite core library to the latest 3.39 release branch code. check-in: 4ee1f8d168 user: mistachkin tags: trunk
2022-11-04
16:12
Update Eagle in externals to the beta 51 release. check-in: 329607f7c9 user: mistachkin tags: trunk
2022-10-31
03:25
Another minor enhancement to the batch cleaning tool. check-in: 96b8d91cb6 user: mistachkin tags: trunk
2022-10-30
07:00
Minor updates to the Windows batch tools. check-in: 07f329197f user: mistachkin tags: trunk
2022-10-28
10:59
Pickup the latest SQLite 3.39 core library docs from upstream. check-in: c9fd5abad1 user: mistachkin tags: trunk
10:58
Update SQLite core library to the latest 3.39 release branch code. Update version history docs. check-in: 1d9d4f46eb user: mistachkin tags: trunk
2022-10-25
05:26
Pickup upstream change to the batch cleaning tool. check-in: 79d92a4d50 user: mistachkin tags: trunk
2022-10-21
00:29
Minor corrections to the source code archive building process. check-in: c722e978e0 user: mistachkin tags: trunk
00:23
Add support for running the test suite with .NET 5 and/or .NET 6. check-in: ccaa09a878 user: mistachkin tags: trunk
2022-10-20
23:55
Again, with newer version. Closed-Leaf check-in: 6b95b037ba user: mistachkin tags: net5And6
23:54
Set execute bits one more time. check-in: 5177041d85 user: mistachkin tags: net5And6
23:50
Update some error messages. check-in: 6219f10177 user: mistachkin tags: net5And6
23:33
More file renaming. check-in: 2f2b7733cc user: mistachkin tags: net5And6
23:31
Set execute bits again? check-in: db452f981c user: mistachkin tags: net5And6
23:27
Fix some file names. check-in: 9dc424f18e user: mistachkin tags: net5And6
23:22
Set execute bits. check-in: 21d3363707 user: mistachkin tags: net5And6
23:19
Add Eagle in externals with configuration files for .NET 5 and .NET 6 and more cleanup changes. check-in: 743f6899a5 user: mistachkin tags: net5And6
23:06
More changes. check-in: 533f6d18c2 user: mistachkin tags: net5And6
22:52
Initial cleanup work to allow for running the test suite using .NET 5 and/or .NET 6. check-in: 8561bee72b user: mistachkin tags: net5And6
2022-10-10
23:41
Update CHM builder tool to remove superfluous anti-robot scripts from the SQLite core library docs. check-in: 82ab8350ea user: mistachkin tags: trunk
19:37
Minor coding style improvements to the internal JD computation method. check-in: 055bb6ae4d user: mistachkin tags: trunk
19:34
Minor adjustments to the test for ticket [ce4d70ea6f]. check-in: 5950fce56b user: mistachkin tags: trunk
01:48
Update version history docs. check-in: 6beaae4712 user: mistachkin tags: trunk
01:45
Pickup the SQLite 3.39.4 core library docs from upstream. check-in: b88928dd71 user: mistachkin tags: trunk
01:43
Update SQLite core library to the 3.39.4 release. check-in: 797fa00ee5 user: mistachkin tags: trunk
2022-09-20
05:28
Simplify the 'clean' batch tool in preparation for the upcoming release. check-in: 003754b48c user: mistachkin tags: trunk
2022-09-05
14:55
Update SQLite core library to the 3.39.3 release. check-in: 82b1e0301f user: mistachkin tags: trunk
2022-09-01
15:33
Minor enhancements to connection pool testing. check-in: ec5ba35380 user: mistachkin tags: trunk
2022-08-31
22:19
Correction to the previous check-in: bring back the latest regexp extension fixes. check-in: 7768ffb90f user: mistachkin tags: trunk
22:15
Update SQLite core library to the latest release branch code. check-in: faea5cfea4 user: mistachkin tags: trunk
2022-08-30
21:41
Add placeholder resource define. check-in: 980d4ccf27 user: mistachkin tags: trunk
21:23
Add MSVC version to the resource defines. check-in: 098c877ec4 user: mistachkin tags: trunk
20:37
Stub-in extra defines for the interop assembly resource file. check-in: feb02a19c6 user: mistachkin tags: trunk
2022-08-13
03:50
Another minor correction to the previous check-in. check-in: 43e2105f05 user: mistachkin tags: trunk
2022-08-11
04:23
Minor fix to the previous check-in. check-in: 4dfb0ab50e user: mistachkin tags: trunk
04:13
Pickup clean batch tool enhancements from upstream. check-in: 3a95fe2c3e user: mistachkin tags: trunk
2022-08-06
02:22
Add test for the new DefaultMaximumSleepTime connection string property. check-in: 579b7edbe6 user: mistachkin tags: trunk
02:09
Minor cleanup in the batch tools. check-in: dc1e7f4531 user: mistachkin tags: trunk
01:49
Update version history docs. check-in: e206ee3922 user: mistachkin tags: trunk
01:25
Enhancements for the optional SEE integration. check-in: 5d09042c84 user: mistachkin tags: trunk
2022-08-05
02:33
Add support for creating custom window functions. Pursuant to forum post [21de219031]. check-in: d76560fd5b user: mistachkin tags: trunk
02:20
Update version history docs. Closed-Leaf check-in: 36632c7fe2 user: mistachkin tags: windowFunc
01:51
Merge updates from trunk. check-in: ecb4a2329a user: mistachkin tags: windowFunc
2022-08-04
19:27
Work on tests. check-in: c11ceac2f4 user: mistachkin tags: windowFunc
2022-07-21
18:49
Pickup the SQLite 3.39.2 core library docs from upstream. check-in: b66fe3b155 user: mistachkin tags: trunk
18:45
Update SQLite 'regexp' extension to the latest trunk. check-in: 3eb1f18f73 user: mistachkin tags: trunk
16:52
Update SQLite core library to the 3.39.2 release. check-in: 2f19df69d2 user: mistachkin tags: trunk
04:41
Minor code formatting changes. check-in: 00dae8c069 user: mistachkin tags: windowFunc
03:31
Remove obsolete comment from the download page. check-in: 75571abd35 user: mistachkin tags: trunk
2022-07-20
20:11
More cleanup and safety. check-in: 355d040f19 user: mistachkin tags: windowFunc
20:05
Interop assembly integration fixes. check-in: 188e8e3b70 user: mistachkin tags: windowFunc
19:53
Fix more typos. check-in: d2762d6af0 user: mistachkin tags: windowFunc
19:50
Fix typo. check-in: 6df055d637 user: mistachkin tags: windowFunc
19:46
Add null connection parameter check to the new property access in Prepare. check-in: e63b215582 user: mistachkin tags: windowFunc
19:35
Further refinements. check-in: 8f81d1b191 user: mistachkin tags: windowFunc
19:17
Fix some C# compiler warnings. check-in: 1c9640761f user: mistachkin tags: windowFunc
19:09
More work on integrating new functionality into the function and virtual table support subsystems. check-in: e9d2b9b571 user: mistachkin tags: windowFunc
04:16
Add more interop assembly declarations. check-in: 1babfb72af user: mistachkin tags: windowFunc
03:59
Minor cleanups. check-in: 6f667ecbf9 user: mistachkin tags: windowFunc
03:54
More work on upgrading the underlying custom function infrastructure. check-in: 4a89490941 user: mistachkin tags: windowFunc
02:59
Hook up the interop assembly stuff. check-in: 78add980e0 user: mistachkin tags: windowFunc
02:48
More work-in-progress on window function support. check-in: cf1b031ddf user: mistachkin tags: windowFunc
02:31
Initial work at stubbing in support for creating window functions. check-in: f2bc86f69d user: mistachkin tags: windowFunc
2022-07-08
16:27
Remove unused field in the IEnumerable module class. check-in: 4450f6ac93 user: mistachkin tags: trunk
2022-07-07
00:14
Minor corrections to the tests for ticket [ce4d70ea6f]. check-in: 0ee4656a4a user: mistachkin tags: trunk
2022-07-06
23:51
Update SQLite core library to the 3.39.0 release. Pickup the SQLite 3.39.0 core library docs from upstream. check-in: 63ca2406e1 user: mistachkin tags: trunk
21:33
Suppress finalizer calls for SQLite3 objects that are closed. Fix for [ce4d70ea6f]. check-in: e242effb07 user: mistachkin tags: trunk
02:15
Further test suite enhancements. check-in: 06f8395ca4 user: mistachkin tags: trunk
02:14
Reset the per-thread 'last connection open' value in the Close method, if applicable. check-in: e486384a09 user: mistachkin tags: trunk
00:48
Enhancements to the SQLiteConnection.Changed event. Cleanup several tests. Pursuant to [ce4d70ea6f]. check-in: 50a09e2598 user: mistachkin tags: trunk
2022-07-05
23:06
Bump version to 1.0.117.0. Update version history docs. check-in: 108ab5b565 user: mistachkin tags: trunk
2022-06-11
00:21
More diagnostic enhancements to the batch tools. check-in: 94bb9b9bea user: mistachkin tags: trunk
2022-06-07
17:56
Diagnostic enhancements to the build batch tool. check-in: 331eb31719 user: mistachkin tags: trunk
2022-06-06
23:25
Update the VsWhere tool in externals to the 3.0.3 release. check-in: 2d13a812c6 user: mistachkin tags: trunk
2022-06-02
01:50
Final updates for release 1.0.116.0. check-in: 5c8e83567e user: mistachkin tags: trunk, release, release-1.0.116.0
01:48
Update the download pages. Closed-Leaf check-in: b0bbe56716 user: mistachkin tags: preRelease
00:48
Yet another documentation update. check-in: c1676f12a9 user: mistachkin tags: preRelease
2022-06-01
16:23
Another minor documentation update. check-in: a01b677292 user: mistachkin tags: preRelease
16:19
Fix a couple typos. check-in: 3a2e3c3db3 user: mistachkin tags: preRelease
16:01
Update the CHM file for release 1.0.116.0. check-in: 94f60ab3ca user: mistachkin tags: preRelease
15:54
Update version history docs. check-in: b7dc5b7705 user: mistachkin tags: preRelease
14:28
Minor changes to get things compiling for the .NET Compact Framework again. check-in: e76de45fff user: mistachkin tags: trunk
2022-05-27
18:29
Update Eagle in externals to the beta 50 release. check-in: 4a8522f2ab user: mistachkin tags: trunk
2022-05-10
18:12
Update SQLite core library to the 3.38.5 release. check-in: a172d8eef0 user: mistachkin tags: trunk
2022-05-04
19:18
Pickup the SQLite 3.38.4 core library docs from upstream. check-in: 2173324ada user: mistachkin tags: trunk
19:16
Update SQLite core library to the 3.38.4 release. Update version history docs. check-in: 4cc0a511e1 user: mistachkin tags: trunk
2022-04-27
19:07
Pickup the SQLite 3.38.3 core library docs from upstream. check-in: 614be16764 user: mistachkin tags: trunk
19:04
Update SQLite core library to the 3.38.3 release. Update version history docs. check-in: d4b3d9db18 user: mistachkin tags: trunk
2022-04-15
15:23
Fix build tool to prevent environment variable name collisions with Visual Studio Command Prompt windows. check-in: a07f299150 user: mistachkin tags: trunk
2022-04-11
03:34
Remove superfluous compile-time options for the interop assembly. check-in: 76703af490 user: mistachkin tags: trunk
2022-04-06
00:14
Fix one more comment. check-in: 8f866a5e5c user: mistachkin tags: trunk
00:12
Fix a couple comments. check-in: 19044b0ac4 user: mistachkin tags: trunk
2022-03-27
01:55
Update SQLite core library to the 3.38.2 release. Pickup the SQLite 3.38.2 core library docs from upstream. Update version history docs. check-in: c57fe74dea user: mistachkin tags: trunk
2022-03-25
20:02
Update SQLite core library to the 3.38.2 pre-release. Update version history docs. check-in: d11b802f38 user: mistachkin tags: trunk
2022-03-03
20:44
Fix a couple typos in connection pool log message formatting. check-in: c822f77fe9 user: mistachkin tags: trunk
20:28
Fix versioning typo in the README. check-in: 9d9d30f3ab user: mistachkin tags: trunk
20:27
Fix test 'data-1.77' to account for the JSON1 changes. check-in: c0edf416b5 user: mistachkin tags: trunk
19:47
Pickup the SQLite 3.38.0 core library docs from upstream. check-in: 510f704e0a user: mistachkin tags: trunk
19:39
Fix an omission from the previous check-in. check-in: f8dbbf18da user: mistachkin tags: trunk
19:34
Update SQLite core library to the 3.38.0 release. Update version history docs. check-in: 31236fc07d user: mistachkin tags: trunk
2022-01-06
17:43
Pickup the SQLite 3.37.2 core library docs from upstream. check-in: 271c736751 user: mistachkin tags: trunk
17:41
Update SQLite core library to the 3.37.2 release. Update version history docs. check-in: 61d37f8284 user: mistachkin tags: trunk
2021-12-09
22:45
Tidy some things up. check-in: ac17cde538 user: mistachkin tags: trunk