Skip to content

Commit 0f01efb

Browse files
committed
march 28
1 parent 25df67b commit 0f01efb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_snowflake/features.py

+2
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
130130
# needs to operate as:
131131
# WHERE TO_JSON("MODEL_FIELDS_NULLABLEJSONMODEL"."VALUE":bar) IN (PARSE_JSON('["foo", "bar"]'))
132132
'model_fields.test_jsonfield.TestQuerying.test_key_in',
133+
# To debug:
134+
'constraints.tests.CheckConstraintTests.test_validate_jsonfield_exact',
133135
# Invalid argument types for function 'GET': (VARCHAR(14), VARCHAR(3))
134136
'model_fields.test_jsonfield.TestQuerying.test_literal_annotation_filtering',
135137
# This isn't compatible with the SELECT ... FROM VALUES workaround

0 commit comments

Comments
 (0)