-
Notifications
You must be signed in to change notification settings - Fork 284
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
Single quotes in sql files are not escaped #18
Comments
Yes, I confirm !! |
I confirm the issue on MS SQL Server |
Confirm it! What's the solution? |
As I said, use double quotes instead of single quotes, 'Hassi R'mel' => 'Hassi R''mel' |
Should i change them one by one? Could you just update the file? Thanks dude. |
I used the csv file as follow
|
Single quotes are not escaped in sql files, which results in errors when running the scripts.
For example: 'Hassi R'mel ' should be 'Hassi R''mel'
Tested on Postgres and oracle.
The text was updated successfully, but these errors were encountered: