Skip to content

Commit 37acd74

Browse files
committed
add todo
1 parent 58f8385 commit 37acd74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/dl_connector_postgresql/dl_connector_postgresql/core/postgresql_base/adapters_base_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ class BasePostgresAdapter(BaseSSLCertAdapter, PostgresQueryConstructorMixin):
500500
1186: sa_pg.INTERVAL, # unsupported
501501
1700: sa_pg.NUMERIC, # untested
502502
2950: sa_pg.UUID, # untested
503-
11020: sa_pg.ENUM, # untested
503+
3500: sa_pg.ENUM, # TODO: BI-7051 # unsupported: "CREATE TYPE XXX AS ENUM" creates new type with new OID
504504
}
505505

506506
@staticmethod

0 commit comments

Comments
 (0)