MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / expression_server_defaults

Method expression_server_defaults

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

Source from the content-addressed store, hash-verified

244
245 @property
246 def expression_server_defaults(self):
247 return skip_if(
248 lambda config: against(config, "mysql", "mariadb")
249 and not self._mysql_expression_defaults(config)
250 )
251
252 @property
253 def qmark_paramstyle(self):

Callers

nothing calls this directly

Calls 3

skip_ifFunction · 0.90
againstFunction · 0.90

Tested by

no test coverage detected