mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-10 10:44:22 +01:00
fmt
This commit is contained in:
@@ -2825,6 +2825,10 @@ mod tests {
|
||||
fn exists(&mut self, _key: &OwnedValue) -> Result<CursorResult<bool>> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
fn create_tree(&mut self, _flags: usize) -> u32 {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
@@ -885,7 +885,7 @@ fn sqlite3_errstr_impl(rc: i32) -> *const std::ffi::c_char {
|
||||
"datatype mismatch", // SQLITE_MISMATCH
|
||||
"bad parameter or other API misuse", // SQLITE_MISUSE
|
||||
#[cfg(feature = "lfs")]
|
||||
"", // SQLITE_NOLFS
|
||||
"", // SQLITE_NOLFS
|
||||
#[cfg(not(feature = "lfs"))]
|
||||
"large file support is disabled", // SQLITE_NOLFS
|
||||
"authorization denied", // SQLITE_AUTH
|
||||
|
||||
Reference in New Issue
Block a user