MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / mysql_fsp

Method mysql_fsp

test/requirements.py:1886–1887  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1884
1885 @property
1886 def mysql_fsp(self):
1887 return only_if(["mysql >= 5.6.4", "mariadb"])
1888
1889 @property
1890 def mysql_notnull_generated_columns(self):

Callers

nothing calls this directly

Calls 1

only_ifFunction · 0.90

Tested by

no test coverage detected