SAP / node-hdb

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

Fix hang when read stream error occurs #226

Closed IanMcCurdy closed 7 months ago

IanMcCurdy commented 7 months ago

Fixes potential hangs when read stream errors occur for LOB parameters. In particular, these hangs could have happened when stream read errors occur between writeLOB chunks or before the parameter is bound.

Bug: 316072