Closed sudhakar closed 9 years ago
Dont set buffer length explicitly to null. Setting it to null causes some versions of node & iojs to interpret it as 0, causing buffer to be truncated. This closes https://github.com/wvanbergen/node-vertica/issues/36
null
0
Awesome, thanks for fixing!
Dont set buffer length explicitly to
null
. Setting it tonull
causes some versions of node & iojs to interpret it as0
, causing buffer to be truncated. This closes https://github.com/wvanbergen/node-vertica/issues/36