-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
本地调试的时候有这个报错:
= help: the trait Send is not implemented for (dyn StdError + 'static)
let tx = state.transaction().await;
| -- has type Result<SqliteTransaction<'_>, TaitanOrmError> which is not Send
...
104 | let result = tx.insert(&dbase_entity).await;
| ^^^^^ await occurs here, with tx maybe used later
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels