1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

SQLite: Disable backslash escapes

This commit is contained in:
Jakub Vrana
2025-02-25 07:15:57 +01:00
parent 0138f3b0a5
commit a1235f68ff

View File

@@ -765,7 +765,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
} }
function is_c_style_escapes() { function is_c_style_escapes() {
return true; return false;
} }
function show_status() { function show_status() {