]> git.joonet.de Git - adminer.git/commitdiff
MS SQL: Don't support C-style escapes
authorJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 13:30:58 +0000 (14:30 +0100)
committerJakub Vrana <jakub@vrana.cz>
Sun, 23 Feb 2025 13:39:14 +0000 (14:39 +0100)
adminer/drivers/mssql.inc.php

index 2529e8399ed7cf26c9f51dd7cd9d63c6d8938f44..c6f59f6605d18bf4206b80a78877eeb2d5a89a8f 100644 (file)
@@ -663,7 +663,7 @@ WHERE sys1.xtype = 'TR' AND sys2.name = " . q($table)
        }
 
        function is_c_style_escapes() {
-               return true;
+               return false;
        }
 
        function show_status() {