async fn try_run_fail_sql(
state: &State,
query: &str,
expected_error: &ErrorMatcher,
expected_detail: Option<&ErrorMatcher>,
expected_hint: Option<&ErrorMatcher>,
) -> Result<(), Error>
async fn try_run_fail_sql(
state: &State,
query: &str,
expected_error: &ErrorMatcher,
expected_detail: Option<&ErrorMatcher>,
expected_hint: Option<&ErrorMatcher>,
) -> Result<(), Error>