Enums are not generated inside ARRAY
polamayster opened this issue · 2 comments
polamayster commented
Unfortunately approach does not work with neither sa.types.ARRAY nor postgresql.ARRAY for cases like: Column(types.ARRAY(Enum(Goal, name="goal_enum"))) as currently it fails to generate enums definition in such cases.
RustyGuard commented
There is already a pull request working on that
RustyGuard commented
Changes will be available in next 0.1.6 release