We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd41df5 commit 58ed614Copy full SHA for 58ed614
django_snowflake/features.py
@@ -46,6 +46,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
46
# This feature is specific to the Django fork used for testing.
47
supports_limit_in_exists = False
48
supports_json_negative_indexing = False
49
+ supports_on_delete_db_cascade = False
50
+ supports_on_delete_db_default = False
51
+ supports_on_delete_db_null = False
52
supports_over_clause = True
53
supports_partial_indexes = False
54
# https://docs.snowflake.com/en/sql-reference/functions-regexp.html#backreferences
0 commit comments