Open thebinarysearchtree opened 9 months ago
The documentation says finalize is usually not necessary, but it is. Every prepared statement must be finalized or else sqlite will not be able to close.
finalize
Documentation
Latest
npm
Issue Summary
The documentation says
finalize
is usually not necessary, but it is. Every prepared statement must be finalized or else sqlite will not be able to close.Steps to Reproduce
Documentation
Version
Latest
Node.js Version
Latest
How did you install the library?
npm