-
Jonathan Hefner authored
When an `escape_character` is specified, `sanitize_sql_like` will escape occurrences of it rather than `"\\"`. This commit also modifies the examples to demonstrate that behavior. (cherry picked from commit 659cdebc)
Jonathan Hefner authoredWhen an `escape_character` is specified, `sanitize_sql_like` will escape occurrences of it rather than `"\\"`. This commit also modifies the examples to demonstrate that behavior. (cherry picked from commit 659cdebc)
Loading