Add common whitespace characters, ASCII, HTML, backslashes to literal escaping #1
Owner
- Single quotes (doubled to prevent SQL injection: ' -> '')
- Backslashes (escaped for safety: \ -> \)
- NULL bytes (removed as they are not valid in PostgreSQL strings)
- ASCII control characters (0x00-0x1F, except tab, newline, carriage return) escaped as octal
- Single quotes (doubled to prevent SQL injection: ' -> '')
- Backslashes (escaped for safety: \ -> \\)
- NULL bytes (removed as they are not valid in PostgreSQL strings)
- ASCII control characters (0x00-0x1F, except tab, newline, carriage return) escaped as octal
bbenouarets
added 1 commit 2025-11-06 18:37:16 +00:00
Merge pull request 'Add common whitespace characters, ASCII, HTML, backslashes to literal escaping' (#1) from advanced-literal-escape into main
Reference in New Issue
Block a user
No description provided.
Delete Branch "advanced-literal-escape"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?