Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed quotation of numbers inside prepared statements #153

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

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.
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