SAP / node-hdb

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

Add configurable packet size maximum #234

Closed IanMcCurdy closed 5 months ago

IanMcCurdy commented 6 months ago

Packet size limits are set via the packetSize and packetSizeLimit Connection properties. packetSize default is still 2^17 bytes. packetSizeLimit default and minimum are packetSize. If packets larger than packetSizeLimit must be allocated, an error will be raised instead. LOB data will be subject to packetSize rather than packetSizeLimit.