mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
chore: fix clippy warnings
This commit is contained in:
@@ -71,7 +71,7 @@ impl ToSqlString for Expr {
|
||||
Expr::Collate(expr, name) => {
|
||||
ret.push_str(&expr.to_sql_string(context));
|
||||
ret.push_str(" COLLATE ");
|
||||
ret.push_str(&name);
|
||||
ret.push_str(name);
|
||||
}
|
||||
Expr::DoublyQualified(name, name1, name2) => {
|
||||
ret.push_str(&name.0);
|
||||
|
||||
Reference in New Issue
Block a user