node-mysql-libmysqlclient icon indicating copy to clipboard operation
node-mysql-libmysqlclient copied to clipboard

Option to disable MySQL to JS types conversion

Open Sannis opened this issue 13 years ago • 3 comments

Add option for res.fetch*() methods that disables MySQL to JavaScript types conversions.

Sannis avatar Sep 20 '11 21:09 Sannis

Also this was suggested and discussed in #110.

Sannis avatar May 25 '12 10:05 Sannis

Also a good alternative: felixge/node-mysql#259. I need to write a benchmark to decide.

Sannis avatar Jul 30 '12 10:07 Sannis

If you disable type casting in node-mysql you must cast everything manually

Mrono avatar Oct 18 '13 18:10 Mrono