2022-03-16 13:33:13 -07:00
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
SQLite is an embeddable SQL relational database with a ~1mb
|
|
|
|
footprint and a wide variety of features.
|
|
|
|
|
|
|
|
ORIGIN
|
|
|
|
|
2022-11-28 12:54:48 -08:00
|
|
|
https://www.sqlite.org/2022/sqlite-preprocessed-3400000.zip
|
2022-03-16 13:33:13 -07:00
|
|
|
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
Public Domain or MIT
|
2022-10-13 13:44:41 -07:00
|
|
|
|
|
|
|
LOCAL CHANGES
|
|
|
|
|
2022-10-17 11:02:04 -07:00
|
|
|
- Added `/zip/.args` file support to SQLite shell
|
|
|
|
- Added `--strace` system call tracing flag to SQLite shell
|
|
|
|
- Added `--strace` function call logging flag to SQLite shell
|
|
|
|
- Configured fsync() using runtime magnums rather than ifdefs
|
2022-11-04 18:19:05 -07:00
|
|
|
- Modify preprocessor macro for enabling pread() and pwrite()
|
2022-10-17 11:02:04 -07:00
|
|
|
- Save and restore errno in some places to avoid log pollution
|