ExecuteAsync 中无法一次执行多条语句 #1

Closed
opened 2022-03-30 09:52:49 +08:00 by tsanie · 1 comment
Owner

1072a1a15c/Billing.Shared/Store/StoreHelper.cs (L209)

建议引入事务处理。

await database.RunInTransactionAsync(conn =>
{
    conn.Execute("DELETE FROM [Logs]");
    conn.Execute("DELETE FROM [sqlite_sequence] WHERE [name] = 'Logs'");
});
https://git.tsanie.org:6443/tsanie/Billing/src/commit/1072a1a15c50ad54e1dc8079f73aed05ba7373b1/Billing.Shared/Store/StoreHelper.cs#L209 建议引入事务处理。 ``` await database.RunInTransactionAsync(conn => { conn.Execute("DELETE FROM [Logs]"); conn.Execute("DELETE FROM [sqlite_sequence] WHERE [name] = 'Logs'"); }); ```
Author
Owner

已经解决。

已经解决。
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tsanie/Billing#1
No description provided.