pub async fn starts_with_special_chars(test: &mut Test) -> Result<()>Expand description
starts_with prefix containing SQL LIKE wildcards (%, _) and the
chosen escape char (!). On SQL drivers the prefix is escaped before
being lowered to LIKE so these characters match literally.