You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @baoyachi, thanks for the suggestion! Yes, we can relax it by accepting any Into<<Self::PrimaryKey as PrimaryKeyTrait>::ValueType>. Please check #1362
delete_by_id
function,compiled error.+ pub async fn delete_by_id(id: &str) -> Result<()> { let db = get_connection()?; msg_cache::Entity::delete_by_id(id).exec(db).await?; Ok(()) }
The text was updated successfully, but these errors were encountered: