| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-16 | stop vendoring the sqlite C code, rework the build | 1 | -8/+46 | ||
| * Use the zig package manager to fetch sqlite directly from upstream * Integrate the preprocessing tool directly into the build script This makes it simpler to upgrade the SQLite source code: * use `zig fetch` * run `zig build preprocess-headers` | |||||
| 2024-12-07 | regenerate the loadable-ext-sqlite3.h file | 1 | -3/+3 | ||
| 2024-11-30 | regenerate the loadable-ext-sqlite3.h file | 1 | -63/+385 | ||
| 2023-11-26 | run 'preprocess-files' to update the C headers | 1 | -181/+583 | ||
| 2022-09-18 | c: add header files specifically for building loadable extensions | 1 | -799/+0 | ||
| 2022-09-17 | update sqlite bundled source code to 3.39.3 | 1 | -3/+3 | ||
| 2022-09-03 | update sqlite bundled source code to 3.39.2 | 1 | -6/+36 | ||
| 2022-04-23 | update sqlite bundled source code to 3.38.2 | 1 | -6/+10 | ||
| 2022-02-27 | update sqlite bundled source code to 3.38.0 | 1 | -31/+341 | ||
| 2022-01-04 | update sqlite bundled source code to 3.37.1 | 1 | -14/+153 | ||
| 2021-10-18 | update sqlite bundled source code to 3.36.0 | 1 | -22/+111 | ||
| 2021-06-13 | Update SQLite to 3.35.5 | 1 | -3/+3 | ||
| 2021-03-19 | Update SQLite to 3.35.2 | 1 | -3/+3 | ||
| 2021-03-13 | Move c-sources to c folder | 1 | -0/+0 | ||
| 2021-03-13 | Update SQLite's sources to 3.35 version | 1 | -17/+44 | ||
| 2021-01-09 | bundle the sqlite amalgamation | 1 | -0/+12237 | ||