Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign updouble quotes problem with postgresql #1008
Closed
Comments
This comment has been minimized.
This comment has been minimized.
This would happen in #722 - we can't change the behavior without breaking half the userbase one way or another...and when you think about how that deploy works, realistically we're only breaking working code with a change. However, supporting control of this: yes, it's needed. That's what #722 is about - you should see plans there for what you're after :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dapper.Contrib Insert mothed will generate sql with double quotes, but the entity property is defined with Pasical Case, so the database throw exception with "not exist column colname". Can we use a parameter control the generate sql without double quotes?