node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

finalize is necessary

Open thebinarysearchtree opened this issue 5 months ago • 0 comments

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

thebinarysearchtree avatar Feb 22 '24 08:02 thebinarysearchtree