You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeclarativeGenerator has the same issues as TablesGenerator + not recognizing that the index is not using default naming convention of SQLAlchemy (same for DataclassGenerator)
The text was updated successfully, but these errors were encountered:
leonarduschen
changed the title
Wrong code generated Index does not follow "ix_%(column_0_label)s" convention
Wrong code generated when Index does not follow "ix_%(column_0_label)s" convention
Apr 21, 2022
leonarduschen
changed the title
Wrong code generated when Index does not follow "ix_%(column_0_label)s" convention
Bug on unique index or when index does not follow "ix_%(column_0_label)s" convention
Apr 21, 2022
Schema:
Generated code for
TablesGenerator
DeclarativeGenerator
has the same issues asTablesGenerator
+ not recognizing that the index is not using default naming convention of SQLAlchemy (same forDataclassGenerator
)The text was updated successfully, but these errors were encountered: