"SELECT x'010203'" returns the string '\u0001\u0002\u0003' instead of the expected Buffer [1, 2, 3]. Simliar issue in mysql-native has been proposed a fix in sidorares/nodejs-mysql-native#78
"SELECT x'010203'" returns the string '\u0001\u0002\u0003' instead of the expected Buffer [1, 2, 3].
Simliar issue in mysql-native has been proposed a fix in sidorares/nodejs-mysql-native#78