MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / foreign_keys

Method foreign_keys

test/requirements.py:71–74  ·  view source on GitHub ↗

Target database must support foreign keys.

(self)

Source from the content-addressed store, hash-verified

69
70 @property
71 def foreign_keys(self):
72 """Target database must support foreign keys."""
73
74 return skip_if(no_support("sqlite", "not supported by database"))
75
76 @property
77 def foreign_key_cycles_w_cascade(self):

Callers

nothing calls this directly

Calls 2

skip_ifFunction · 0.90
no_supportFunction · 0.85

Tested by

no test coverage detected