node-mariasql icon indicating copy to clipboard operation
node-mariasql copied to clipboard

Buffers not handled correctly

Open mnpenner opened this issue 11 years ago • 2 comments

I know the docs briefly mention that everything is converted to utf8, but it really shouldn't do this. I'm trying to insert a binary hash into the database which I create via the standard crypto library, and it comes out wrong when I try to insert it into the database. Buffers should be left in binary format.

mnpenner avatar Jan 18 '14 20:01 mnpenner

I'm assuming you're referring to the use of Buffers as values for replacement in a query string?

mscdex avatar Feb 27 '15 00:02 mscdex

Uh... well, it's been over a year now. That's probably what I was trying to do.

mnpenner avatar Feb 27 '15 20:02 mnpenner