We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6447e09 commit e1357a2Copy full SHA for e1357a2
django_snowflake/features.py
@@ -164,6 +164,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
164
'bulk_create.tests.BulkCreateTests.test_zero_as_autoval',
165
# Snowflake returns 'The Name::42.00000'.
166
'db_functions.text.test_concat.ConcatTests.test_concat_non_str',
167
+ # To debug (wrong results):
168
+ # https://github.com/django/django/commit/b28438f379049e5ee1a89067e9cc14b7d0da07c
169
+ "model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars",
170
+ # SQL compilation error: syntax error line 1 at position 279 unexpected 'MODEL_FIELDS_NULLABLEJSONMODEL'.
171
+ "model_fields.test_jsonfield.TestQuerying.test_lookups_special_chars_double_quotes",
172
}
173
174
django_test_skips = {
0 commit comments