| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-12-07 | regenerate the loadable-ext-sqlite3.h file | 1 | -3/+3 | ||
| 2024-12-07 | update sqlite to 3.47.2 | 2 | -30/+35 | ||
| 2024-11-30 | regenerate the loadable-ext-sqlite3.h file | 1 | -63/+385 | ||
| 2024-11-30 | update sqlite to 3.47.1 | 2 | -2815/+5782 | ||
| 2024-09-07 | update sqlite | 2 | -6103/+11339 | ||
| 2024-04-14 | c: add a workaround for SQLITE_TRANSIENT being mistranslated | 3 | -0/+9 | ||
| See https://github.com/ziglang/zig/issues/15893 zig's translate-c creates an invalid type for SQLITE_TRANSIENT on some architectures (aarch64, riscv64 and others). We can work around this by making a C function that returns -1 cast to the proper destructor type and use that from zig (thanks https://github.com/Cloudef for mentioning this in this comment: https://github.com/ziglang/zig/issues/15893#issuecomment-1925092582) | |||||
| 2023-11-26 | c: create_filename now returns a `const char*` | 1 | -1/+1 | ||
| 2023-11-26 | run 'preprocess-files' to update the C headers | 2 | -183/+598 | ||
| 2023-11-21 | Update to sqlite 3.44.0 | 3 | -2363/+4302 | ||
| 2023-10-24 | Update to sqlite 3.43.2 | 2 | -22/+29 | ||
| 2023-09-15 | update sqlite to 3.43.1 | 2 | -90/+99 | ||
| 2023-09-01 | update sqlite to 3.43.0 | 3 | -6465/+15873 | ||
| 2023-02-05 | fix all C prototypes | 1 | -47/+47 | ||
| 2022-09-18 | add wrapper functions when building a loadable extension | 1 | -0/+809 | ||
| 2022-09-18 | c: add header files specifically for building loadable extensions | 2 | -0/+12470 | ||
| 2022-09-18 | c: add the sqlite3ext file | 1 | -0/+701 | ||
| 2022-09-17 | update sqlite bundled source code to 3.39.3 | 2 | -32/+100 | ||
| 2022-09-03 | update sqlite bundled source code to 3.39.2 | 2 | -3532/+5802 | ||
| 2022-04-23 | update sqlite bundled source code to 3.38.2 | 2 | -111/+248 | ||
| 2022-02-27 | update sqlite bundled source code to 3.38.0 | 2 | -3850/+5958 | ||
| 2022-01-04 | update sqlite bundled source code to 3.37.1 | 2 | -6400/+8470 | ||
| 2021-10-18 | update sqlite bundled source code to 3.36.0 | 2 | -2974/+4339 | ||
| 2021-06-13 | Update SQLite to 3.35.5 | 2 | -92/+185 | ||
| 2021-03-19 | Update SQLite to 3.35.2 | 2 | -30/+51 | ||
| 2021-03-13 | Move c-sources to c folder | 2 | -0/+246391 | ||