Bump bundled SQLite version to 3.48.0

This commit is contained in:
gwenn
2025-01-15 18:08:03 +01:00
parent 903677bda6
commit d9c88a230d
6 changed files with 1298 additions and 704 deletions

View File

@@ -1250,6 +1250,8 @@ bitflags::bitflags! {
const SQLITE_PREPARE_PERSISTENT = 0x01;
/// Causes the SQL compiler to return an error (error code SQLITE_ERROR) if the statement uses any virtual tables.
const SQLITE_PREPARE_NO_VTAB = 0x04;
/// Prevents SQL compiler errors from being sent to the error log.
const SQLITE_PREPARE_DONT_LOG = 0x10;
}
}