mirror of
https://github.com/openai/codex.git
synced 2026-05-29 15:30:22 +00:00
PR feedback
This commit is contained in:
@@ -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
|
||||
|
||||
12638
codex-rs/state/vendor/sqlite-recover/sqlite3.h
vendored
12638
codex-rs/state/vendor/sqlite-recover/sqlite3.h
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user