-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Syntax error in migrations when using SQL keyword as property name #3583
Comments
@tomasherceg The formatting changes would actually happen in the Weasel.Postgresql library. What version of whatever are you hitting this? @mysticmind did a similar fix I believe very recently. |
@jeremydmiller It was a fix for SQL Server to handle reserved keywords. We can do a similar fix for Postgres as well. |
Added PR JasperFx/weasel#155 pertaining to handling of reserved keyword in table name and column names. |
I am getting the following exception when I use property name, which is a keyword in SQL:
Exception:
I'll try to look at the issue more closely in detail later and submit a PR.
The text was updated successfully, but these errors were encountered: