mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-16 04:23:06 +00:00
change to non-closure iterator
This commit is contained in:
parent
0efc7f6c4b
commit
85352e8bc5
@ -166,7 +166,6 @@ proc query*(
|
||||
proc close*(handle: var DbQueryHandle[RawStmtPtr]) =
|
||||
if not handle.closed:
|
||||
handle.closed = true
|
||||
echo "sqlite backend: query: finally close"
|
||||
discard sqlite3_reset(handle.env)
|
||||
discard sqlite3_clear_bindings(handle.env)
|
||||
handle.env.dispose()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user