Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2021-01-15
| ||
21:17 | Add support for the sqlite3session_memory_used() API. Leaf check-in: 9f37b0f1aa user: mistachkin tags: trunk | |
2021-01-05
| ||
04:02 | Pickup updates to the 'verify.eagle' tool from upstream. check-in: 59b1bdebd2 user: mistachkin tags: trunk | |
2020-12-24
| ||
01:55 | Update list of SQLite extended error codes. check-in: 0537fdeb0f user: mistachkin tags: trunk | |
2020-10-29
| ||
03:05 | Update EntityFramework in externals to version 6.4.4. check-in: 0108e691b2 user: mistachkin tags: trunk | |
02:50 | Initial build-only support for Visual Studio 2019. check-in: 802bbb4ce1 user: mistachkin tags: trunk | |
02:46 | Re-add preliminary support for the .NET Framework 4.8. check-in: 3ede7fccc6 user: mistachkin tags: trunk | |
00:34 | Attempt to fix relative pathing issues with the new 'buildTransitive' MSBuild file for NuGet. check-in: 9b0e9a2db9 user: mistachkin tags: trunk | |
2020-10-28
| ||
23:19 | Attempt to support the 'buildTransitive' folder for NuGet. Pursuant to [83e8001008]. check-in: 19516493a1 user: mistachkin tags: trunk | |
01:33 | Rename the 'lang_upsert.html' file to lower case. check-in: bc21075162 user: mistachkin tags: trunk | |
01:31 | Bump version to 1.0.114.0. Update version history docs. Update SQLite core library to the latest trunk code. Pickup the SQLite core library docs from upstream. check-in: 5dbf0b6519 user: mistachkin tags: trunk | |
2020-10-27
| ||
23:04 | Fixes to naming of MSBuild targets file for the core NuGet for .NET Framework. check-in: 3d95a9275a user: mistachkin tags: trunk | |
2020-10-25
| ||
00:17 | Attempt to prevent CriticalHandle derived objects from being passed into the interop assembly after the associated connection handle has been closed. Pursuant to [656293ca37]. check-in: 951c902c10 user: mistachkin tags: trunk | |
2020-10-24
| ||
18:41 | Refactor how SQLite interop assemblies are handled for NuGet packages supporting the .NET Standard. Pursuant to [ba4a3a4ac5]. check-in: 887c5bb807 user: mistachkin tags: trunk | |
2020-09-25
| ||
20:43 | Make sure existing public property values are preserved when processing a connection string. Fix for [15d3749655]. check-in: ba6105f57d user: mistachkin tags: trunk | |
2020-09-24
| ||
21:59 | Attempt to optimize construction of the SQLiteConnection class. Pursuant to [be12568e30]. check-in: 438037ced6 user: mistachkin tags: trunk | |
2020-09-23
| ||
00:37 | Improvements to 'special replacement token' handling. Pursuant to [908c22360e]. check-in: e4d77287f2 user: mistachkin tags: trunk | |
00:13 | Make use of the Marshal.PtrToStringUTF8 method provided by the .NET Standard 2.1. Pursuant to [d3b877c7e0]. check-in: 9f4378b851 user: mistachkin tags: trunk | |
2020-09-22
| ||
21:23 | Adjustments to native library integration for version 3.33. check-in: f95bfddecf user: mistachkin tags: trunk | |
2020-08-14
| ||
13:32 | Update SQLite core library to the 3.33.0 release. Closed-Leaf check-in: 9a82d5c9c7 user: mistachkin tags: core-3-33 | |
2020-06-09
| ||
23:00 | Preliminary support for an alternate DLL config file. Pursuant to [bd9c4375cc]. check-in: 4c3bf14969 user: mistachkin tags: trunk | |
2020-06-01
| ||
23:36 | Enhancements to test suite file and directory handling. Leaf check-in: f5a10b02b1 user: mistachkin tags: testSuiteFiles | |
22:50 | Enhancements to the NuGet packaging automation. check-in: f33042c238 user: mistachkin tags: trunk | |
2020-05-31
| ||
19:44 | Final updates for release 1.0.113.0. check-in: 3bb47c7b52 user: mistachkin tags: trunk, release, release-1.0.113.0 | |
19:21 | Update the downloads page. Closed-Leaf check-in: bfb03c493a user: mistachkin tags: preRelease | |
19:16 | Update the master release archive manifest. check-in: c16940d27b user: mistachkin tags: preRelease | |
17:58 | Update the CHM file. check-in: 6fcee5f991 user: mistachkin tags: preRelease | |
17:43 | Update the embedded resources used for the .NET Standard 2.x builds. check-in: 01784493fb user: mistachkin tags: preRelease | |
17:33 | Update version history docs. check-in: 2466573420 user: mistachkin tags: preRelease | |
2020-05-30
| ||
17:30 | Cherrypick of [2560502ca6cc8ff6]. Leaf check-in: 4e38c979ba user: mistachkin tags: branch-1.0.112 | |
17:23 | Update version history docs. check-in: 2560502ca6 user: mistachkin tags: trunk | |
14:42 | Remove whitespace that is also gone on trunk. check-in: f41b07f0cf user: mistachkin tags: branch-1.0.112 | |
14:41 | Update version history docs. check-in: ca89f3a07e user: mistachkin tags: branch-1.0.112 | |
14:39 | Cherrypick of [1f32d0222f902faa]. check-in: c52f0efc92 user: mistachkin tags: branch-1.0.112 | |
14:32 | Re-stage the changes for the .NET Framework 4.8 support (on a branch). Closed-Leaf check-in: f06482af8f user: mistachkin tags: netFx48 | |
14:28 | Temporarily remove the preliminary support for the .NET Framework 4.8. check-in: 1911e60e5e user: mistachkin tags: trunk | |
2020-05-27
| ||
21:03 | Initial support for Visual Studio 2019. Closed-Leaf check-in: 6d2387dddd user: mistachkin tags: vs2019 | |
2020-05-25
| ||
22:41 | Pickup the latest SQLite core library 3.32.1 docs from upstream. check-in: aa2cc972ef user: mistachkin tags: trunk | |
22:39 | Update SQLite core library to the 3.32.1 release. check-in: fa6a9c03e2 user: mistachkin tags: trunk | |
02:35 | Merge all changes needed for the SQLite core library 3.32.0 release. check-in: 56170d1316 user: mistachkin tags: trunk | |
2020-05-24
| ||
23:07 | Update the expected results for the [71bedaca19] ticket test case. Closed-Leaf check-in: 5ae8a13833 user: mistachkin tags: core-3.32.0 | |
22:16 | Override the list of 'well-known' Mono runtime versions used by the test suite. check-in: 1f32d0222f user: mistachkin tags: core-3.32.0 | |
22:04 | Update the list of extended error codes. check-in: 4b6a26687a user: mistachkin tags: core-3.32.0 | |
01:22 | Fix a couple test failures. check-in: 2e3441506c user: mistachkin tags: core-3.32.0 | |
00:48 | Disable support for the legacy CryptoAPI codec as the underlying core library hooks are gone. check-in: 1dd56c9fd5 user: mistachkin tags: core-3.32.0 | |
00:46 | Merge updates from trunk. check-in: 8118694807 user: mistachkin tags: core-3.32.0 | |
00:46 | Fix typos. check-in: 87a6f7b650 user: mistachkin tags: trunk | |
00:44 | Sync up version history docs with 112 release branch. check-in: 4823faba6c user: mistachkin tags: trunk | |
00:38 | Update version history docs again. check-in: 9d9f8aa93d user: mistachkin tags: trunk | |
00:36 | Get this branch up-to-date with most trunk changes. check-in: bf714af93b user: mistachkin tags: branch-1.0.112 | |
2020-05-22
| ||
21:38 | Pickup the latest SQLite core library 3.32.0 docs from upstream. check-in: d9f14318b7 user: mistachkin tags: core-3.32.0 | |