Upgrade bundled sqlite to 3.31.1

This commit is contained in:
Thom Chiovoloni
2020-04-10 05:32:46 -07:00
parent def06b2958
commit 22564d3099
7 changed files with 104 additions and 76 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen */
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.31.0\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3031000;
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.31.1\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3031001;
pub const SQLITE_SOURCE_ID: &'static [u8; 85usize] =
b"2020-01-22 18:38:59 f6affdd41608946fcfcea914ece149038a8b25a62bbe719ed2561c649b86d824\0";
b"2020-01-27 19:55:54 3bfa9cc97da10598521b342961df8f5f68c7388fa117345eeb516eaa837bb4d6\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;