SAP / node-hdb

SAP HANA Database Client for Node
Apache License 2.0
317 stars 98 forks source link

Ensure client.exec callback is called if client is closed #224

Closed IanMcCurdy closed 9 months ago

IanMcCurdy commented 9 months ago

Previously with Node.js v16+, the callback for client.exec could be ignored (not called) if exec was called after client.close(). Fixed so the callback is called with the appropriate error.