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
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Sqlacodegen version
3.0.0rc5
SQLAlchemy version
2.0.34
RDBMS vendor
PostgreSQL
What happened?
DOMAIN types from postgres that inherits from TEXT are correctly identified but aren't included in the
sqlalchemy.dialects.postgresql imports (maybe clashes with the lower case text import from sqlalchemy?)
resulting in NameError: name 'TEXT' is not defined, manually adding TEXT to the imports resolves the issue.
Database schema for reproducing the bug
No response
The text was updated successfully, but these errors were encountered:
Things to check first
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Sqlacodegen version
3.0.0rc5
SQLAlchemy version
2.0.34
RDBMS vendor
PostgreSQL
What happened?
DOMAIN
types from postgres that inherits from TEXT are correctly identified but aren't included in thesqlalchemy.dialects.postgresql imports (maybe clashes with the lower case
text
import fromsqlalchemy
?)resulting in
NameError: name 'TEXT' is not defined
, manually addingTEXT
to the imports resolves the issue.Database schema for reproducing the bug
No response
The text was updated successfully, but these errors were encountered: