Skip to content

Fixed quotation of numbers inside prepared statements#153

Open
prog893 wants to merge 3 commits intomscdex:masterfrom
prog893:typecheck-fix
Open

Fixed quotation of numbers inside prepared statements#153
prog893 wants to merge 3 commits intomscdex:masterfrom
prog893:typecheck-fix

Conversation

@prog893
Copy link

@prog893 prog893 commented Jul 3, 2016

Addressing issue #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.

Addressing issue mscdex#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 added 2 commits July 3, 2016 19:51
Integer tests should pass assertions on strings without quotes, string
tests should have quotes.
@AbijeetP
Copy link

@mscdex - Can we have this merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants