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.

200 most recent check-ins using file Setup/run-netstandard20-tests-release.sh version 7ff731c778

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
2021-12-08
21:51
Add preliminary support for Visual Studio 2022 to the NuGet packages. check-in: cda213798a user: mistachkin tags: trunk
15:59
Corrections to connection accounting and pool tests. check-in: 29a2f3b9ba user: mistachkin tags: trunk
2021-12-07
04:07
Several test case fixes. check-in: d887fa3fc9 user: mistachkin tags: trunk
03:21
Add SQLite_StrongConnectionPool environment variable to prevent pooled connections from being garbage collected. check-in: f478cc31c3 user: mistachkin tags: trunk
03:15
Slight wording change in the version history docs. check-in: ef63040311 user: mistachkin tags: trunk
03:09
Update SQLite core library to the 3.37.0 release. Pickup the SQLite 3.37.0 core library docs from upstream. check-in: 779d70e758 user: mistachkin tags: trunk
03:03
Bump version to 1.0.116.0. Update version history docs. check-in: 4d68e5d7ae user: mistachkin tags: trunk
02:34
Merge updates from trunk. Closed-Leaf check-in: b791bbe4f1 user: mistachkin tags: poolV2
02:32
Keep count of the number of calls into the Open and Close methods. check-in: 1632b701e5 user: mistachkin tags: trunk
2021-12-06
22:43
Add a missing diagnostic message. check-in: 5f0696d3ba user: mistachkin tags: poolV2
22:03
Updates to configuration parameter documentation. check-in: 9d176340cd user: mistachkin tags: poolV2
21:14
Merge updates from trunk. check-in: 4e6fd04906 user: mistachkin tags: poolV2
21:11
Minor correction to the new disposal handling. check-in: df3967e0ca user: mistachkin tags: trunk
2021-12-05
15:49
A bit more testing. check-in: 51aa9c6fea user: mistachkin tags: poolV2
02:51
More design changes. Add tests. check-in: 14caf3ac63 user: mistachkin tags: poolV2
02:25
Merge updates from trunk. check-in: f1afe22d3b user: mistachkin tags: poolV2
02:07
Revert incorrect Dispose changes from check-in [95d4c93286]. check-in: 3e5f903c51 user: mistachkin tags: trunk
01:56
Simplify the changes on this branch. check-in: 541dfbca95 user: mistachkin tags: poolV2
01:19
Add a diganostic message. check-in: 6ae8fc2386 user: mistachkin tags: poolV2
2021-12-04
22:47
More work-in-progress. check-in: 328b5c7371 user: mistachkin tags: poolV2
21:29
Merge updates from trunk. check-in: eadc84b118 user: mistachkin tags: poolV2
21:28
Important fix to the previous check-in on this branch that prevents the .NET GC thread from getting stuck. check-in: 0317b1318d user: mistachkin tags: trunk
21:27
Fixes to the (new) SQLiteConnectionPool.Initialize method. check-in: 1a3acc0c6c user: mistachkin tags: poolV2
19:47
More changes. check-in: 9d8b010175 user: mistachkin tags: poolV2
19:37
Experimental changes to the connection pool subsystem. check-in: 5ac271a0ef user: mistachkin tags: poolV2
03:12
Initial work on addressing several object lifecycle issues with pooled database connections. check-in: 95d4c93286 user: mistachkin tags: trunk
2021-11-02
23:01
Fix version typo on the download pages. check-in: d966f1da0b user: mistachkin tags: trunk
22:42
Batch tool updates for the test suite. check-in: e5d1b7cdee user: mistachkin tags: trunk
21:29
Final updates for release 1.0.115.5. check-in: 6706ec7332 user: mistachkin tags: trunk, release, release-1.0.115.5
14:20
Update the release archive manifest. check-in: 868448b63e user: mistachkin tags: trunk
02:30
Robustify ERRORLEVEL handling in the batch tools that run the test suite. Closed-Leaf check-in: 5bd9e84117 user: mistachkin tags: fixErrorLevel
02:19
Update the CHM file for release 1.0.115.5. check-in: e1e43226d0 user: mistachkin tags: trunk
00:35
Update version history docs. check-in: dd2edb82c9 user: mistachkin tags: trunk
2021-11-01
14:43
Minor test suite infrastructure fix. check-in: 908839b33a user: mistachkin tags: trunk
00:34
Add the draft 'table-options' core library documentation file from upstream. check-in: 40783eca7d user: mistachkin tags: trunk
00:26
Pickup the latest SQLite core library draft docs from upstream. check-in: c364befc65 user: mistachkin tags: trunk
00:15
Update SQLite core library to the latest pre-3.37.0 code. check-in: b101552e1c user: mistachkin tags: trunk
2021-10-31
19:24
Update Eagle in externals to the beta 49 release. check-in: 3b9e2fdc06 user: mistachkin tags: trunk
2021-10-14
20:48
Fix metadata UTF-16 string length calculations on Linux. Fix for forum post [eeaefb84ec]. check-in: 6cda6ab5ab user: mistachkin tags: trunk
02:36
Update SQLite core library to the latest trunk code. check-in: a5ec29acc4 user: mistachkin tags: trunk
2021-10-13
15:09
Remove the 'CantOpen_Exists' error code as it is now removed from the core library. check-in: 8e96e8dd41 user: mistachkin tags: trunk
15:01
Minor enhancement to cleanupDb in the test suite. check-in: 41fe811ebc user: mistachkin tags: trunk
04:59
Consistently use the 'cleanupFile' test suite helper procedure. check-in: d857019fa1 user: mistachkin tags: trunk
04:44
Correct a comment from the previous check-in. check-in: c34c018f08 user: mistachkin tags: trunk
04:42
Add an internal helper method to return the native library file name. check-in: 0266ad34f7 user: mistachkin tags: trunk
01:01
Fix a comment. check-in: 24d8e15723 user: mistachkin tags: trunk
2021-10-12
21:39
Modify visibility of an internal static field. check-in: 374d0c963e user: mistachkin tags: trunk
04:59
Enable the 'dbpage' virtual table in the SQLite core library. check-in: 4a728b84ba user: mistachkin tags: trunk
03:01
Update SQLite core library to the latest trunk code. check-in: e48a6dba13 user: mistachkin tags: trunk
01:40
Bump version to 1.0.115.5. Update version history docs. check-in: 452a22af62 user: mistachkin tags: trunk
01:28
Add Busy event to the SQLiteConnection class. Pursuant to forum post [08a52f61fc]. check-in: 72c2713537 user: mistachkin tags: trunk
2021-10-11
01:09
Initial work on a way to handle 'database is busy' events via wrapping the native 'sqlite3_busy_handler' API. check-in: 2541fcec64 user: mistachkin tags: trunk
2021-10-07
04:04
More minor changes. check-in: 4e853dcd1d user: mistachkin tags: trunk
2021-10-06
23:40
Another internal enhancement to the connection pool integration. check-in: 29a9603298 user: mistachkin tags: trunk
22:04
More internal changes to the connection pool. check-in: f93cb5dde5 user: mistachkin tags: trunk
21:56
Further minor refactoring of the connection pool. check-in: fe93b5dc98 user: mistachkin tags: trunk
21:42
When opening a connection, keep track of the specified maximum pool size. check-in: a6b76e293b user: mistachkin tags: trunk
2021-10-05
21:32
Adapt to upstream Eagle core library changes in the 'session' test cases. check-in: 1e40ea5226 user: mistachkin tags: trunk
21:25
For cleanup purposes, catch (and re-throw) all exceptions raised within the SQLiteConnection.Open() method. check-in: 6177ac44cf user: mistachkin tags: trunk
21:23
Remove superfluous global namespace qualifiers from tests. check-in: 1973fda458 user: mistachkin tags: trunk
2021-09-16
14:56
Minor coding style change in the test suite. check-in: d2c257228b user: mistachkin tags: trunk
2021-09-01
01:28
Remove HTTPS protocol selection from the test suite infrastructure. check-in: d936280d17 user: mistachkin tags: trunk
2021-08-31
01:27
Adapt to an upstream change in the SQLite core library. check-in: e55d2f921e user: mistachkin tags: trunk
2021-08-25
22:02
Final updates for release 1.0.115.0. check-in: 44a3e5a024 user: mistachkin tags: trunk, release, release-1.0.115.0
14:28
Interim updates to the download pages for the 1.0.115.0 release. check-in: e95d027d57 user: mistachkin tags: trunk
13:44
Update the CHM file for release 1.0.115.0. check-in: f1c9de7e7b user: mistachkin tags: trunk
12:11
Fix for missing FILENAME_MAX preprocessor define on Windows CE. check-in: 232ea198c8 user: mistachkin tags: trunk
01:51
Minor correction to the stress test. check-in: aab2e72cd4 user: mistachkin tags: trunk
2021-08-24
23:19
Update version history docs. check-in: 913eebafa5 user: mistachkin tags: trunk
23:05
Update Eagle in externals to the beta 48 release. check-in: af2df8d6ed user: mistachkin tags: trunk
2021-08-20
23:03
Add the CantOpen_Exists result code. check-in: 0d84aaae68 user: mistachkin tags: trunk
22:55
Add the Constraint_DataType result code. check-in: fab90dc44e user: mistachkin tags: trunk
2021-08-13
04:32
Use exact NuGet package versioning for dependencies. check-in: b79ecab5d0 user: mistachkin tags: trunk
2021-08-11
19:50
Pickup upstream updates to the release archive verification tool. check-in: 5016a07d4d user: mistachkin tags: trunk
2021-08-10
05:27
A bit of stress test output cleanup. check-in: 0d2861465e user: mistachkin tags: trunk
2021-08-08
17:55
Update Eagle in externals to the beta 47 release. check-in: 27cb08567f user: mistachkin tags: trunk
17:53
Avoid using the 'rarr' HTML entity in the virtual table documentation comments. check-in: f201bc2472 user: mistachkin tags: trunk
2021-08-05
03:59
Pickup upstream updates to the release archive verification tool. check-in: 295bc89a9e user: mistachkin tags: trunk
2021-07-28
01:51
Pickup the latest SQLite core library docs from upstream. check-in: eb4d2513f1 user: mistachkin tags: trunk
01:48
Minor downloads page clarification. check-in: ff65ba1a83 user: mistachkin tags: trunk
01:46
Fix a couple minor typos. check-in: 8f7f6cb9a9 user: mistachkin tags: trunk
01:43
Move all 'setup' package downloads to their own page and more prominently mark them as officially unsupported. check-in: b672c8bbbf user: mistachkin tags: trunk
01:01
Update SQLite core library to the 3.36.0 release. check-in: 43c8034f99 user: mistachkin tags: trunk
00:17
Bump version to 1.0.115.0. Update version history docs. check-in: c294c3c3cb user: mistachkin tags: trunk
2021-07-04
03:30
Minor test suite fix for the .NET Standard 2.1. check-in: 4856f8b23c user: mistachkin tags: trunk
03:14
Test suite fix for the 'session-1.9' test on the .NET Framework 2.0. check-in: 60d5e94561 user: mistachkin tags: trunk
2021-07-03
17:58
Enhance the 'getTestProperties' test suite procedure to allow for arbitrary extra properties. check-in: 52871b7546 user: mistachkin tags: trunk
2021-07-02
15:55
Enhance test suite infrastructure to support global set of extra connection string properties. check-in: c737725c24 user: mistachkin tags: trunk
2021-06-18
01:20
Bump the primary NuGet package version. check-in: 2a2ae1fe77 user: mistachkin tags: trunk
01:10
Bump another NuGet package version. check-in: 1bc75f3557 user: mistachkin tags: trunk
00:46
Pickup updates to the 'verify.eagle' tool from upstream. check-in: 152f3d3e8a user: mistachkin tags: trunk
2021-06-17
22:57
Bump several NuGet package versions. check-in: c2d14915f2 user: mistachkin tags: trunk
2021-06-07
17:34
Change ForceLogPrepare to an instanced property, primarily in order to avoid lock contention. Pursuant to https://sqlite.org/forum/forumpost/0cf95d2717. check-in: 15055f1aac user: mistachkin tags: trunk
2021-05-31
17:57
Update the downloads page. check-in: 0ba5dd65c3 user: mistachkin tags: trunk
17:03
Update versions / hashes for the NuGet packages used for the .NET Standard 2.x. Pursuant to [e58a0b5bae]. check-in: 20288b2eed user: mistachkin tags: trunk
2021-05-30
01:06
Pickup more updates to the 'verify.eagle' tool from upstream. Pursuant to [be4daf18b7]. check-in: a6cc170ca6 user: mistachkin tags: trunk
2021-05-29
20:22
Minor terminology fix for a couple web pages. check-in: a06e6ab69a user: mistachkin tags: trunk
20:10
Update versions / hashes for the NuGet packages used for the .NET Standard 2.x. Pursuant to [be4daf18b7]. check-in: 7c01cb42d6 user: mistachkin tags: trunk
2021-05-25
21:11
Final updates for release 1.0.114.0. check-in: dc66f909f4 user: mistachkin tags: trunk, release, release-1.0.114.0
21:05
Updates to the downloads page for the 1.0.114.0 release. Closed-Leaf check-in: 8d0ae32d11 user: mistachkin tags: preRelease
16:17
Enhancements to the NuGet package building batch tool. check-in: 28d38df594 user: mistachkin tags: preRelease
05:43
Preliminary changes to the download page. check-in: bdcc2c3036 user: mistachkin tags: preRelease
2021-05-24
21:17
Enhancements to the INTEROPONLY option to the build batch tool. check-in: 138bda1536 user: mistachkin tags: preRelease
2021-05-23
20:16
More fixes to release automation for the .NET Standard 2.x. check-in: 8b3ffe4efc user: mistachkin tags: preRelease
19:41
Updates to the release batch tools in order to support the .NET Standard 2.x. check-in: c218ff1723 user: mistachkin tags: preRelease
17:37
Update the CHM file for release 1.0.114.0. check-in: b857e70955 user: mistachkin tags: preRelease
17:35
Update version history docs. check-in: 4d1a8b5e1c user: mistachkin tags: preRelease
16:58
Corrections to the previous check-in. check-in: 377e20ea19 user: mistachkin tags: trunk
16:20
Minor test suite logging enhancement for caught exceptions. check-in: b3da716218 user: mistachkin tags: trunk
15:25
Fix compilation issues seen with the .NET Compact Framework. check-in: 6693b87658 user: mistachkin tags: trunk
2021-05-22
21:45
More updates to wiki pages. check-in: c135703521 user: mistachkin tags: trunk
21:27
Updates to a couple wiki pages. check-in: 71d3868708 user: mistachkin tags: trunk
2021-05-16
18:48
Improve test suite handling of invoking dynamically compiled C# code. check-in: f5ff93e3d6 user: mistachkin tags: trunk
2021-05-11
01:44
Make the 'No_SQLiteLog' environment variable have a bigger scope. check-in: b9c705d22e user: mistachkin tags: trunk
2021-05-10
17:58
Work on more thread-safety in the logging subsystem. check-in: aebf2aa5f4 user: mistachkin tags: trunk
17:30
Update a batch tool header comment. Closed-Leaf check-in: c5f56df3c6 user: mistachkin tags: logInitEvent