Improve/add PostgreSQL TYPE support #1157
Replies: 3 comments 1 reply
-
Hi, Those are postgresql only, not very used, have many different forms (so the api would be a bit messy, since you would for example have many kwargs that are mutually exclusive), and have strange limitations (like add enum value for the longest time required autocommit, and even in current pg versions has limitations) that complicate the use with autogenerate. Overalls for these cases using the text with |
Beta Was this translation helpful? Give feedback.
-
@CaselIT I suspected as much and that makes sense. Thank you for the clarification and confirmation. |
Beta Was this translation helpful? Give feedback.
-
We would like to support TYPE operations, at least regarding ENUM, once we finally (if ever) address the overall enum issue in a holistic fashion. until then I've just not been moving on anything to do with TYPE so that I dont paint myself into a corner with only partial solutions. |
Beta Was this translation helpful? Give feedback.
-
Looking at Alembic’s Operation Reference I noticed that there’s no support for
CREATE TYPE
orALTER TYPRE
orDROP TYPE
.Why’s that? Are there plans to add support for those?
Beta Was this translation helpful? Give feedback.
All reactions