-
Notifications
You must be signed in to change notification settings - Fork 461
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
Dashes in schema names with PostgresqlSchemaAdapter #198
Comments
jonsgreen
pushed a commit
to jonsgreen/apartment
that referenced
this issue
Jan 8, 2015
jonsgreen
pushed a commit
to jonsgreen/apartment
that referenced
this issue
Jan 8, 2015
bradrobertson
added a commit
that referenced
this issue
Jan 9, 2015
…h-dashes Dashes in schema names with PostgresqlSchemaAdapter #198
Thank you for merging the pull request. Just curious if you have a sense of when this might be released into a future gem version? |
I'll do a patch release for this. We'll have a 1.0 out shortly with the new interface. |
merchantaccountscreditcards8
added a commit
to merchantaccountscreditcards8/apartment
that referenced
this issue
Aug 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just discovered that the pg_dump fails for new schemas with dashes when calling Apartment::Tenant.create with use_sql because the schema name is not being wrapped in double quotes. I will be submitting a simple fix with spec as a pull request shortly.
The text was updated successfully, but these errors were encountered: