We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25df67b commit 0f01efbCopy full SHA for 0f01efb
django_snowflake/features.py
@@ -130,6 +130,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
130
# needs to operate as:
131
# WHERE TO_JSON("MODEL_FIELDS_NULLABLEJSONMODEL"."VALUE":bar) IN (PARSE_JSON('["foo", "bar"]'))
132
'model_fields.test_jsonfield.TestQuerying.test_key_in',
133
+ # To debug:
134
+ 'constraints.tests.CheckConstraintTests.test_validate_jsonfield_exact',
135
# Invalid argument types for function 'GET': (VARCHAR(14), VARCHAR(3))
136
'model_fields.test_jsonfield.TestQuerying.test_literal_annotation_filtering',
137
# This isn't compatible with the SELECT ... FROM VALUES workaround
0 commit comments