(&self)
| 527 | |
| 528 | impl DialectHandler for MySqlDialect { |
| 529 | fn ident_quote(&self) -> char { |
| 530 | '`' |
| 531 | } |
| 532 | |
| 533 | fn set_ops_distinct(&self) -> bool { |
| 534 | // https://dev.mysql.com/doc/refman/8.0/en/set-operations.html |
no outgoing calls
no test coverage detected