mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-15 16:02:24 +08:00
Bump bundled SQLite3 to version 3.41.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user