Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'SQLite.Interop/*'
2025-05-29
| ||
15:24 | update the built-in SQLite to 3.50.0 check-in: 4cc472bb66 user: ericsink tags: trunk | |
2025-05-07
| ||
12:02 | Update the built-in SQLite to version 3.49.2 check-in: ff6dd505c4 user: drh tags: trunk | |
2025-01-27
| ||
18:08 | Add the ability to build in VS2022 using the Setup/build_vs_2022.bat script to the 1.0.119.0 release. Leaf check-in: 0b34025625 user: drh tags: branch-119 | |
2024-10-11
| ||
02:12 | Attempt to enable Control Flow Guard, where applicable. check-in: 4a83ed64a9 user: mistachkin tags: trunk | |
2024-09-29
| ||
21:38 | Final updates for release 1.0.119.0. check-in: 79b8267962 user: mistachkin tags: trunk, release, release-1.0.119.0 | |
2024-09-14
| ||
01:27 | Restore the latest version of the 'zipfile' extension that has the necessary compilation fixes. check-in: a89ea2086a user: mistachkin tags: trunk | |
2024-08-18
| ||
03:33 | Update SQLite core library files to the 3.46.1 release tag. check-in: e9dd669359 user: mistachkin tags: trunk | |
2024-08-15
| ||
18:32 | Pickup updated 'shathree' extension from SQLite trunk again. check-in: d90f727847 user: mistachkin tags: trunk | |
2024-08-13
| ||
22:39 | Pickup updated 'shathree' extension from SQLite trunk. check-in: 3f1d88a125 user: mistachkin tags: trunk | |
2024-08-12
| ||
15:45 | Pickup a compiler warning fix from trunk for the 'compress' extension. Update version history docs. check-in: 0b491d6912 user: mistachkin tags: trunk | |
13:56 | Update SQLite core library to the 3.46.1 release. Pickup the latest SQLite 3.46.1 core library docs from upstream. check-in: 1a338cb30d user: mistachkin tags: trunk | |
2024-06-25
| ||
15:31 | Remove duplicate 'vsprops' build imports accidentally added in the previous check-in. check-in: f61ce289de user: mistachkin tags: trunk | |
15:28 | Project and build updates to better support per-configuration values. check-in: 1e25aa29cc user: mistachkin tags: trunk | |
2024-06-08
| ||
15:47 | Fixes to the zlib build integration. check-in: cdbc0f2af6 user: mistachkin tags: trunk | |
2024-06-06
| ||
03:16 | Remove superfluous interp assembly define. check-in: c0bcecdda2 user: mistachkin tags: trunk | |
2024-06-05
| ||
01:04 | Naming cleanup for an VCBuild / MSBuild property. check-in: 7a1a2f17d8 user: mistachkin tags: trunk | |
00:52 | Add the 'compress' and 'zipfile' extensions to the interop assembly. check-in: 2353287b09 user: mistachkin tags: trunk | |
2024-05-24
| ||
20:53 | Update SQLite core library to the 3.46.0 release. Pickup the latest SQLite 3.46.0 core library docs from upstream. check-in: 2ec4618e22 user: mistachkin tags: trunk | |
2024-04-15
| ||
20:17 | Update SQLite core library to the 3.45.3 release. Pickup the latest SQLite 3.45.3 core library docs from upstream. check-in: aa11aeade1 user: mistachkin tags: trunk | |
2024-04-09
| ||
18:52 | Update SQLite core library to the tip of 3.45 release branch. Pickup the latest SQLite 3.45 core library docs from upstream. Update version history docs. check-in: 2275c460a1 user: mistachkin tags: trunk | |
2024-03-16
| ||
02:32 | Update SQLite core library to the 3.45.2 release. Pickup the latest SQLite 3.45.2 core library docs from upstream. check-in: 6e9d15b8b9 user: mistachkin tags: trunk | |
2024-03-08
| ||
17:14 | Update SQLite core library to the very latest from the 3.45 release branch. check-in: e5407548a9 user: mistachkin tags: trunk | |
2024-02-22
| ||
18:30 | Update SQLite core library to the tip of 3.45 release branch. Pickup the latest SQLite 3.45 core library docs from upstream. check-in: a1cd8deb8e user: mistachkin tags: trunk | |
2024-01-30
| ||
20:53 | Update SQLite core library to the 3.45.1 release. Pickup the latest SQLite 3.45.1 core library docs from upstream. check-in: b89076650e user: mistachkin tags: trunk | |
2024-01-22
| ||
10:25 | Update SQLite core library to the 3.45.0 release. Pickup the latest SQLite 3.45 core library docs from upstream. check-in: b8ba560cfe user: mistachkin tags: trunk | |
09:33 | Bump version to 1.0.119.0. Update version history docs. check-in: d4cc85f21d user: mistachkin tags: trunk | |
2023-07-07
| ||
16:46 | Revise how 'shared' define constants / compile-time options are handled. check-in: b6d571be01 user: mistachkin tags: trunk | |
2023-06-10
| ||
17:47 | Modify post-build steps for the interop assembly when built with Visual Studio 200x. check-in: 287144df06 user: mistachkin tags: trunk | |
2023-05-16
| ||
22:45 | Update SQLite core library to the 3.42.0 release. check-in: 86aea6a924 user: mistachkin tags: trunk | |
2023-05-13
| ||
22:22 | Reduce trace output volume in the debug build. check-in: 4a0e31e1e2 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 | |
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-15
| ||
18:06 | Update SQLite core library to the latest 3.41 branch tip. check-in: 493e5e556b user: mistachkin tags: trunk | |
2023-04-08
| ||
20:11 | Update SQLite core library to the latest 3.41 release branch code. check-in: 2517335da5 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 | |
2022-11-22
| ||
20:16 | Add experimental support for native sha3 extension. check-in: dd498797e7 user: mistachkin tags: trunk | |
2022-11-20
| ||
22:04 | Update SQLite core library to the 3.40.0 release. check-in: 269a0aec62 user: mistachkin tags: trunk | |
2022-11-10
| ||
10:22 | Update SQLite core library to the latest 3.39 release branch code. check-in: 4ee1f8d168 user: mistachkin tags: trunk | |
2022-10-28
| ||
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-10
| ||
01:43 | Update SQLite core library to the 3.39.4 release. check-in: 797fa00ee5 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-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-05
| ||
02:33 | Add support for creating custom window functions. Pursuant to forum post [21de219031]. check-in: d76560fd5b user: mistachkin tags: trunk | |
01:51 | Merge updates from trunk. check-in: ecb4a2329a user: mistachkin tags: windowFunc | |
2022-07-21
| ||
18:45 | Update SQLite 'regexp' extension to the latest trunk. check-in: 3eb1f18f73 user: mistachkin tags: trunk | |