Columns and tables comments with MSSQL #1118
Unanswered
edulauer
asked this question in
Usage Questions
Replies: 1 comment 1 reply
-
Hi, This feature was implemented in sqlalchemy v2 that is currently in beta. https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-5381b6da8f1e1e87292d63c7a815282c converting to discussion, since it's fixed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
When using the operations.alter_column to include a comment in a column of a MSSQL table it gets an error. Is it possible with alembic to generate columns and table descriptions with MSSQL using operations or Batchoperations?
Expected behavior
It's expected to update the table in the database and the columns description.
To Reproduce
Error
Versions.
Additional context
Is it possible with alembic to generate columns and table descriptions with MSSQL using operations or Batchoperations?
Have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions