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

Move is_c_style_escapes to Min_Driver

This commit is contained in:
Jakub Vrana
2025-02-25 07:26:08 +01:00
parent a1235f68ff
commit 4f0da70733
7 changed files with 30 additions and 35 deletions

View File

@@ -193,4 +193,11 @@ function get_driver($id) {
function tableHelp($name) {
}
/** Check if C-style escapes are supported
* @return bool
*/
function hasCStyleEscapes() {
return false;
}
}