Ricardo Miguel

Results 1 issues of Ricardo Miguel

### Code ```Rust use std::sync::Arc; use serde::Deserialize; use surrealdb::{engine::local::Db, method::Select, sql::Object}; use crate::{ctx::Ctx, error::{Error, ResultType}}; pub(super) async fn bmc_get ResultType where E: Deserialize, { let obj:Result= ctx.get_model_manager().client.select((_entity, id.to_string())).await; match obj...

I-ICE
T-compiler
C-bug
needs-triage
S-needs-repro