mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 10:14:21 +01:00
when no context is needed use Display Impl
This commit is contained in:
@@ -10,7 +10,7 @@ impl ToSqlString for ast::Insert {
|
||||
)),
|
||||
self.or_conflict.map_or("".to_string(), |conflict| format!(
|
||||
"OR {} ",
|
||||
conflict.to_sql_string(context)
|
||||
conflict.to_string()
|
||||
)),
|
||||
self.tbl_name.to_sql_string(context),
|
||||
self.columns
|
||||
|
||||
Reference in New Issue
Block a user