mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-03 08:24:19 +01:00
test for create trigger + fixes
This commit is contained in:
@@ -246,7 +246,7 @@ impl ToSqlString for Expr {
|
||||
ret.push_str(&name1.0);
|
||||
}
|
||||
Expr::Raise(resolve_type, expr) => {
|
||||
ret.push_str("RAISE (");
|
||||
ret.push_str("RAISE(");
|
||||
ret.push_str(&resolve_type.to_sql_string(context));
|
||||
if let Some(expr) = expr {
|
||||
ret.push_str(", ");
|
||||
|
||||
Reference in New Issue
Block a user