xdenser / node-firebird-libfbclient

Firebird SQL binding
MIT License
82 stars 34 forks source link

Insert BLOB SUB_TYPE 0 not working #57

Closed fabianstueckle closed 7 years ago

fabianstueckle commented 9 years ago

Hi there,

i am trying to insert BLOB data with your driver, without success. Event the tests you provide [https://github.com/xdenser/node-firebird-libfbclient/blob/master/tests/def/test-blob-stream.js] just write 0Byte BLOBS into the database. Is there any know version or workaround to write Blob (sync or async) in any way ?

Thx