IBM / node-odbc

ODBC bindings for node
MIT License
144 stars 75 forks source link

Remove `SQL_CURSOR_STATIC` statement attribute from Connection.query #339

Closed markdirish closed 1 year ago

markdirish commented 1 year ago

Previously, setting SQL_CURSOR_STATIC was fixed for the prepare/bind/execute workflow, but not for just calling .query. This PR fixes it for calling a Connection's .query as well