Upgrade SQLite bundled version to 3.35.2

This commit is contained in:
gwenn
2021-03-25 18:23:51 +00:00
parent 04d61f7f98
commit a1d42490aa
4 changed files with 55 additions and 34 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.0\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035000;
pub const SQLITE_VERSION: &'static [u8; 7usize] = b"3.35.2\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3035002;
pub const SQLITE_SOURCE_ID: &'static [u8; 85usize] =
b"2021-03-12 15:10:09 acd63062eb06748bfe9e4886639e4f2b54ea6a496a83f10716abbaba4115500b\0";
b"2021-03-17 19:07:21 ea80f3002f4120f5dcee76e8779dfdc88e1e096c5cdd06904c20fd26d50c3827\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;