This commit is contained in:
Chris Tsang 2021-10-17 20:18:07 +08:00
parent d6b83d3346
commit ec9163ab8e

View File

@ -36,6 +36,7 @@ assert_eq!(
))
);
// update many remains the same
assert_eq!(
Update::many(cake::Entity)
.col_expr(cake::Column::Name, Expr::value("Cheese Cake".to_owned()))