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

Allow spaces in postgres table names #34561

Merged
merged 1 commit into from Nov 28, 2018

Conversation

gmcgibbon
Copy link
Member

Summary

Fixes #34540.

Allows spaces in postgres table names.

Fixes issue where "user post" is misinterpreted as "\"user\".\"post\""
when quoting table names with the postgres adapter.
@rafaelfranca rafaelfranca merged commit 7d0c8eb into rails:master Nov 28, 2018
rafaelfranca added a commit that referenced this pull request Nov 28, 2018
@gmcgibbon gmcgibbon deleted the allow_spaces_in_table_names branch November 28, 2018 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants