MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / non_updating_cascade

Method non_updating_cascade

test/requirements.py:138–144  ·  view source on GitHub ↗

target database must *not* support ON UPDATE..CASCADE behavior in foreign keys.

(self)

Source from the content-addressed store, hash-verified

136
137 @property
138 def non_updating_cascade(self):
139 """target database must *not* support ON UPDATE..CASCADE behavior in
140 foreign keys."""
141
142 return fails_on_everything_except("sqlite", "oracle") + skip_if(
143 "mssql"
144 )
145
146 @property
147 def recursive_fk_cascade(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90

Tested by

no test coverage detected