Expand description
LIKE-pattern escaping helper.
Functions§
- escape_
like - Escape
\,%, and_so user input matches literally inside aLIKE/ILIKEpattern. The caller still wraps the result in%…%/…%as needed — and the result stays a bind value (pass it throughwhere_like/a placeholder as usual; never splice it into the SQL text).