We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6171c8 commit ef2dc99Copy full SHA for ef2dc99
src/dialect/mysql.rs
@@ -176,7 +176,7 @@ impl Dialect for MySqlDialect {
176
fn supports_double_ampersand_operator(&self) -> bool {
177
true
178
}
179
-
+
180
/// Deprecated functionality by MySQL but still supported
181
/// See: <https://dev.mysql.com/doc/refman/8.4/en/cast-functions.html#operator_binary>
182
fn supports_binary_kw_as_cast(&self) -> bool {
0 commit comments