mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-06 17:54:20 +01:00
when no context is needed use Display Impl
This commit is contained in:
@@ -108,7 +108,7 @@ impl ToSqlString for ast::Stmt {
|
||||
" ({})",
|
||||
columns
|
||||
.iter()
|
||||
.map(|col| col.to_sql_string(context))
|
||||
.map(|col| col.to_string())
|
||||
.collect::<Vec<_>>()
|
||||
.join(", ")
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user