You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: