Bump bundled sqlite to 3.38.1

This commit is contained in:
Thom Chiovoloni
2022-03-12 10:56:24 -08:00
parent 8d0582a8af
commit c3b419b1e5
4 changed files with 161 additions and 81 deletions

View File

@@ -1,9 +1,9 @@
/* automatically generated by rust-bindgen 0.59.2 */
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.38.0\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3038000;
pub const SQLITE_VERSION: &[u8; 7usize] = b"3.38.1\0";
pub const SQLITE_VERSION_NUMBER: i32 = 3038001;
pub const SQLITE_SOURCE_ID: &[u8; 85usize] =
b"2022-02-22 18:58:40 40fa792d359f84c3b9e9d6623743e1a59826274e221df1bde8f47086968a1bab\0";
b"2022-03-12 13:37:29 38c210fdd258658321c85ec9c01a072fda3ada94540e3239d29b34dc547a8cbc\0";
pub const SQLITE_OK: i32 = 0;
pub const SQLITE_ERROR: i32 = 1;
pub const SQLITE_INTERNAL: i32 = 2;