PR feedback

This commit is contained in:
David de Regt
2026-05-20 14:51:50 -07:00
parent cab26c24e2
commit 2cdc1e191d
2 changed files with 492 additions and 12154 deletions

View File

@@ -4,10 +4,10 @@ Vendored from upstream SQLite Fossil trunk:
- `ext/recover/sqlite3recover.h`
- `ext/recover/dbdata.c`
`sqlite3.h` is copied from the `libsqlite3-sys` 0.30.1 bundled SQLite
source so Cargo and Bazel compile these extension files with matching public
SQLite declarations without adding a build-dependency that would compile
SQLite a second time.
`sqlite3.h` is a comment-stripped copy from the `libsqlite3-sys` 0.30.1
bundled SQLite source so Cargo and Bazel compile these extension files with
matching public SQLite declarations without adding a build-dependency that
would compile SQLite a second time.
These files implement SQLite's recover extension without invoking the
`sqlite3` command-line shell. They are compiled into `codex-state` and link

File diff suppressed because it is too large Load Diff