limbo/parser
Pekka Enberg d8f07fe3da core: Panic on fsync() error by default
Retrying fsync() on error was historically not safe ("fsyncgate") and
Postgres still defaults to panicing on fsync(). Therefore, add a
"data_sync_retry" pragma (disabled by default) and use it to determine
whether to panic on fsync() error or not.
2025-09-13 10:21:12 +03:00
..
benches remove turso_sqlite3_parser from turso_parser 2025-09-02 18:10:28 +07:00
src core: Panic on fsync() error by default 2025-09-13 10:21:12 +03:00
Cargo.toml resolve conflict 2025-09-02 18:46:41 +07:00
README.md test exprs 2025-08-07 15:40:36 +07:00

TODO