Skip to content

29-Escape Characters

Escape character
1. Validates escape characters in binary data types
2. Test the insertion and retrieval of strings containing various escape sequences like:
- single quotes ('), double quotes ("), and backslashes () within binary columns.
3. Ensures that these special characters are correctly stored, processed, and returned in query results
4. Check without causing parsing errors or data corruption.
5. Jira TD-28164: Support backslash g escape character in like queries
6. Security Fix: Test OOB Read vulnerability with trailing backslash (CVE)