ibmdb / node-ibm_db

IBM DB2 and IBM Informix bindings for node
MIT License
188 stars 151 forks source link

Allow Buffer to be used when insert values into columns of type BINARY and VARBINARY. #864

Closed markddrake closed 1 year ago

markddrake commented 2 years ago

Current it is not possible to populate a column of type VARBINARY or BINARY directly from a Buffer. This should be supported.