Skip to content

Commit 58ed614

Browse files
committed
Snowflake doesn't support database-level delete (#21961)
1 parent dd41df5 commit 58ed614

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

django_snowflake/features.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4646
# This feature is specific to the Django fork used for testing.
4747
supports_limit_in_exists = False
4848
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
4952
supports_over_clause = True
5053
supports_partial_indexes = False
5154
# https://docs.snowflake.com/en/sql-reference/functions-regexp.html#backreferences

0 commit comments

Comments
 (0)