There was an error while loading. Please reload this page.
1 parent 5047861 commit f8ed49cCopy full SHA for f8ed49c
1 file changed
src/vfs.rs
@@ -16,7 +16,7 @@ use core::{
16
17
/// The minimim supported `SQLite` version.
18
// If you need to make this earlier, make sure the tests are testing the earlier version
19
-pub const MIN_SQLITE_VERSION_NUMBER: i32 = 3043000;
+pub const MIN_SQLITE_VERSION_NUMBER: i32 = 3037002;
20
21
const DEFAULT_MAX_PATH_LEN: i32 = 512;
22
pub const DEFAULT_SECTOR_SIZE: i32 = 4096;
0 commit comments