summaryrefslogtreecommitdiff
path: root/c/loadable-ext-sqlite3.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-16stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann1-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-07regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann1-3/+3
2024-11-30regenerate the loadable-ext-sqlite3.h fileGravatar Vincent Rischmann1-63/+385
2023-11-26run 'preprocess-files' to update the C headersGravatar Vincent Rischmann1-181/+583
2022-09-18c: add header files specifically for building loadable extensionsGravatar Vincent Rischmann1-799/+0
2022-09-17update sqlite bundled source code to 3.39.3Gravatar Vincent Rischmann1-3/+3
2022-09-03update sqlite bundled source code to 3.39.2Gravatar Vincent Rischmann1-6/+36
2022-04-23update sqlite bundled source code to 3.38.2Gravatar Vincent Rischmann1-6/+10
2022-02-27update sqlite bundled source code to 3.38.0Gravatar Vincent Rischmann1-31/+341
2022-01-04update sqlite bundled source code to 3.37.1Gravatar Vincent Rischmann1-14/+153
2021-10-18update sqlite bundled source code to 3.36.0Gravatar Vincent Rischmann1-22/+111
2021-06-13Update SQLite to 3.35.5Gravatar Miaourt1-3/+3
2021-03-19Update SQLite to 3.35.2Gravatar data-man1-3/+3
2021-03-13Move c-sources to c folderGravatar data-man1-0/+0
2021-03-13Update SQLite's sources to 3.35 versionGravatar data-man1-17/+44
2021-01-09bundle the sqlite amalgamationGravatar Vincent Rischmann1-0/+12237