chucknorris / roundhouse

RoundhousE is a Database Migration Utility for .NET using sql files and versioning based on source control
http://projectroundhouse.org
916 stars 249 forks source link

Updated parser to handle single quoted values #376

Closed cmiles74 closed 5 years ago

cmiles74 commented 5 years ago

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 commented 5 years ago

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