node-mariasql
node-mariasql copied to clipboard
Buffers not handled correctly
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.
I'm assuming you're referring to the use of Buffers as values for replacement in a query string?
Uh... well, it's been over a year now. That's probably what I was trying to do.