1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 16:17:48 +02:00

MS SQL: Don't support C-style escapes

This commit is contained in:
Jakub Vrana
2025-02-23 14:30:58 +01:00
parent 5c8b6a3408
commit aa2907190e

View 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() {