Skip to main content

try_run_sql

Function try_run_sql 

Source
async fn try_run_sql(
    state: &mut State,
    query: &str,
    expected_output: &SqlOutput,
    should_retry: bool,
) -> Result<(), Error>