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 tried to create a table using oem2orm. The table contains a column with the postgres-type tstzrange. It seems to me that the data type is not supported by the oedialect.
SQLAlchemy version: sqlachemy: 1.3.16
Using this type: from sqlalchemy.dialects.postgresql import TSTZRANGE
The exception I get back when creating tables (using sqlalchemy): ConnectionException: HTTP 400 (Bad Request): Unknown type (tstzrange).
The text was updated successfully, but these errors were encountered:
I have tried to create a table using oem2orm. The table contains a column with the postgres-type tstzrange. It seems to me that the data type is not supported by the oedialect.
SQLAlchemy version:
sqlachemy: 1.3.16
Using this type:
from sqlalchemy.dialects.postgresql import TSTZRANGE
The exception I get back when creating tables (using sqlalchemy):
ConnectionException: HTTP 400 (Bad Request): Unknown type (tstzrange).
The text was updated successfully, but these errors were encountered: