MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _mysql_expression_defaults

Method _mysql_expression_defaults

test/requirements.py:1982–1985  ·  view source on GitHub ↗
(self, config)

Source from the content-addressed store, hash-verified

1980 return not self._mysql_check_constraints_exist(config)
1981
1982 def _mysql_expression_defaults(self, config):
1983 return (against(config, ["mysql", "mariadb"])) and (
1984 config.db.dialect._support_default_function
1985 )
1986
1987 @property
1988 def mysql_expression_defaults(self):

Callers 1

Calls 1

againstFunction · 0.90

Tested by

no test coverage detected