node-mariasql
node-mariasql copied to clipboard
Fixed quotation of numbers inside prepared statements
Addressing issue https://github.com/mscdex/node-mariasql/issues/94
Checks if item is an integer, and if so returns it without adding quotations.
Fixes OFFSET, LIMIT and other keywords that take integers in prepared statements.
@mscdex - Can we have this merged?