We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24bcf4 commit 67234aaCopy full SHA for 67234aa
1 file changed
sqlalchemy_monetdb/requirements.py
@@ -154,4 +154,14 @@ def order_by_col_from_union(self):
154
155
@property
156
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
165
+ def unique_constraint_reflection(self):
166
+ """target dialect supports reflection of unique constraints"""
167
return exclusions.closed()
0 commit comments