Bump bundled SQLite3 to version 3.41.2

This commit is contained in:
gwenn
2023-03-23 19:03:05 +00:00
parent 32752fac77
commit 8ad6149307
4 changed files with 76 additions and 38 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.64.0 */
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.41.1\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3041001;
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.41.2\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3041002;
pub const SQLITE_SOURCE_ID: &[u8; 85usize] =
b"2023-03-10 12:13:52 20399f3eda5ec249d147ba9e48da6e87f969d7966a9a896764ca437ff7e737ff\0";
b"2023-03-22 11:56:21 0d1fc92f94cb6b76bffe3ec34d69cffde2924203304e8ffc4155597af0c191da\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;