Function run

Source
pub fn run(
    db: &RelationalDB,
    sql_text: &str,
    auth: AuthCtx,
    subs: Option<&ModuleSubscriptions>,
    head: &mut Vec<(Box<str>, AlgebraicType)>,
) -> Result<SqlResult, DBError>
Expand description

Run the SQL string using the auth credentials