Skip to content

Commit 67234aa

Browse files
committed
missing requirements
1 parent e24bcf4 commit 67234aa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

sqlalchemy_monetdb/requirements.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,14 @@ def order_by_col_from_union(self):
154154

155155
@property
156156
def broken_cx_oracle6_numerics(config):
157+
return exclusions.closed()
158+
159+
@property
160+
def implicitly_named_constraints(self):
161+
"""target database must apply names to unnamed constraints."""
162+
return exclusions.open()
163+
164+
@property
165+
def unique_constraint_reflection(self):
166+
"""target dialect supports reflection of unique constraints"""
157167
return exclusions.closed()

0 commit comments

Comments
 (0)