From ed28a07244020e6917ad34e3bbc520b918070fb6 Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Sat, 26 Jul 2025 22:58:51 +0200 Subject: [PATCH] Fix typo in table header --- SQL Injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL Injection/README.md b/SQL Injection/README.md index 1c284e7..c793e57 100644 --- a/SQL Injection/README.md +++ b/SQL Injection/README.md @@ -459,7 +459,7 @@ Most databases interpret certain ASCII control characters and encoded spaces (su **ASCII Whitespace Support by Database**: | DBMS | Supported Whitespace Characters (Hex) | -|--------------|----------------------------------------------___-| +|--------------|--------------------------------------------------| | SQLite3 | 0A, 0D, 0C, 09, 20 | | MySQL 5 | 09, 0A, 0B, 0C, 0D, A0, 20 | | MySQL 3 | 01–1F, 20, 7F, 80, 81, 88, 8D, 8F, 90, 98, 9D, A0|