TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 817 forks source link

finalize is necessary #1764

Open thebinarysearchtree opened 9 months ago

thebinarysearchtree commented 9 months ago

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