Upgrade SQLite bundled version to 3.39.4

This commit is contained in:
gwenn
2022-10-04 17:23:35 +00:00
parent 0bd6d6322c
commit da9c831b9d
4 changed files with 117 additions and 88 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.60.1 */
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.3\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3039003;
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.39.4\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3039004;
pub const SQLITE_SOURCE_ID: &[u8; 85usize] =
b"2022-09-05 11:02:23 4635f4a69c8c2a8df242b384a992aea71224e39a2ccab42d8c0b0602f1e826e8\0";
b"2022-09-29 15:55:41 a29f9949895322123f7c38fbe94c649a9d6e6c9cd0c3b41c96d694552f26b309\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;