Upgrade SQLite bundled version to 3.35.4 (#929)

This commit is contained in:
gwenn
2021-04-03 11:52:51 +02:00
committed by GitHub
parent 8820a5538a
commit f6a69bede9
4 changed files with 174 additions and 93 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.57.0 */
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.35.2\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035002;
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.35.4\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035004;
pub const SQLITE_SOURCE_ID: &'static [u8; 85usize] =
b"2021-03-17 19:07:21 ea80f3002f4120f5dcee76e8779dfdc88e1e096c5cdd06904c20fd26d50c3827\0";
b"2021-04-02 15:20:15 5d4c65779dab868b285519b19e4cf9d451d50c6048f06f653aa701ec212df45e\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;