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

Updated parser to handle single quoted values #376

Merged
merged 1 commit into from
Jun 7, 2019

Conversation

cmiles74
Copy link
Contributor

I ran into an issue this week and it turns out (much to my embarrassment) that the MySQL parser doesn't handle single (') quoted values, only back-tick or double quoted. This change adds single quoted values to the parser. It also adds a new test case for single quoted values.

I have another project where I test these changes against a database, you can find a more practical example there.

Thank you! :-D

@cmiles74
Copy link
Contributor Author

If there's anything I can do to move this pull request closer to acceptance, let me know. :-D

@erikbra erikbra merged commit 48bc258 into chucknorris:master Jun 7, 2019
@cmiles74 cmiles74 deleted the mysql-single-quoted-value branch June 10, 2019 14:43
@erikbra erikbra added this to the 1.2.0 milestone Oct 13, 2019
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