Upgrade SQLite bundled version to 3.38.3

This commit is contained in:
gwenn
2022-04-30 07:23:21 +00:00
parent 7b0fb7d1b1
commit c3c6c71391
4 changed files with 103 additions and 39 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.59.2 */
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.38.2\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3038002;
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.38.3\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3038003;
pub const SQLITE_SOURCE_ID: &[u8; 85usize] =
b"2022-03-26 13:51:10 d33c709cc0af66bc5b6dc6216eba9f1f0b40960b9ae83694c986fbf4c1d6f08f\0";
b"2022-04-27 12:03:15 9547e2c38a1c6f751a77d4d796894dec4dc5d8f5d79b1cd39e1ffc50df7b3be4\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;