node-mariasql icon indicating copy to clipboard operation
node-mariasql copied to clipboard

Fixed quotation of numbers inside prepared statements

Open prog893 opened this issue 9 years ago • 1 comments

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.

prog893 avatar Jul 03 '16 10:07 prog893

@mscdex - Can we have this merged?

AbijeetP avatar Sep 11 '17 08:09 AbijeetP