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

escape camelCase tableName for uniqueness validation #597

Merged
merged 2 commits into from
Jan 12, 2015

Conversation

justinTNT
Copy link
Contributor

validation for uniqueness on a field in a table with a camelCase name was failing with error of missing FROM.
escaping the table name preserves camelCase and allows my validation to work.

@dxg
Copy link
Collaborator

dxg commented Jan 12, 2015

Thanks, could you also add a test?

@dxg
Copy link
Collaborator

dxg commented Jan 12, 2015

That'll have to do..

dxg added a commit that referenced this pull request Jan 12, 2015
escape camelCase tableName for uniqueness validation
@dxg dxg merged commit 2b2c165 into dresende:master Jan 12, 2015
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