(self)
| 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): |
nothing calls this directly
no test coverage detected