mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-15 09:48:56 +08:00
Merge branch 'master' into gwenn-stmt-cache
This commit is contained in:
@@ -88,7 +88,6 @@ impl<'conn> StatementCache<'conn> {
|
||||
// is full
|
||||
cache.pop_back(); // LRU dropped
|
||||
}
|
||||
stmt.reset_if_needed();
|
||||
stmt.clear_bindings();
|
||||
cache.push_front(stmt)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user