We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrated issue, originally created by Iuri de Silvio (@iurisilvio)
Alembic breaks with alter_column operation if the column_name has spaces.
alter_column
column_name
Should I escape the names in my script or it is up to the ddl generation make it right?
The text was updated successfully, but these errors were encountered:
Michael Bayer (@zzzeek) wrote:
sounds like the column name isn't being quoted internally, which would be a bug. you might try sending a manual quoted name for now (or escaped, sure)
Sorry, something went wrong.
085490b
Changes by Michael Bayer (@zzzeek):
No branches or pull requests
Migrated issue, originally created by Iuri de Silvio (@iurisilvio)
Alembic breaks with
alter_column
operation if thecolumn_name
has spaces.Should I escape the names in my script or it is up to the ddl generation make it right?
The text was updated successfully, but these errors were encountered: