node-mariasql
node-mariasql copied to clipboard
A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library
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...
Is there a way to view warning messages? If so can you document it?
It doesn't look like there is any handling for properly formatting dates on insert, which is triggering an `"Incorrect datetime value"` error. It looks like there should be something similar...