]> git.joonet.de Git - adminer.git/commitdiff
SQLite: Disable backslash escapes
authorJakub Vrana <jakub@vrana.cz>
Tue, 25 Feb 2025 06:15:57 +0000 (07:15 +0100)
committerJakub Vrana <jakub@vrana.cz>
Tue, 25 Feb 2025 06:15:57 +0000 (07:15 +0100)
adminer/drivers/sqlite.inc.php

index 61bf85c1e565e179be7e154b648e33e9f58d088c..239b3042ef34885aed043ef8b02c8864e3536852 100644 (file)
@@ -765,7 +765,7 @@ if (isset($_GET["sqlite"]) || isset($_GET["sqlite2"])) {
        }
 
        function is_c_style_escapes() {
-               return true;
+               return false;
        }
 
        function show_status() {