Use SQLITE_PREPARE_PERSISTENT for CachedStatement

This commit is contained in:
gwenn
2023-06-03 11:17:19 +02:00
parent 8d6d59999d
commit 9d502c4995
5 changed files with 69 additions and 27 deletions

View File

@@ -506,6 +506,7 @@ mod bindings {
None
}
}
fn item_name(&self, original_item_name: &str) -> Option<String> {
original_item_name
.strip_prefix("sqlite3_index_info_")