mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
quote all table or column names, to allow to use reserved words of dbms
This commit is contained in:
parent
1b5e27616b
commit
c94d6f9fad
@ -239,9 +239,9 @@ class ADODB_DataDict {
|
||||
}
|
||||
|
||||
// if name contains special characters, quote it
|
||||
$regex = ($allowBrackets) ? $this->nameRegexBrackets : $this->nameRegex;
|
||||
/*$regex = ($allowBrackets) ? $this->nameRegexBrackets : $this->nameRegex;
|
||||
|
||||
if ( !preg_match('/^[' . $regex . ']+$/', $name) ) {
|
||||
if ( !preg_match('/^[' . $regex . ']+$/', $name) )*/ {
|
||||
return $quote . $name . $quote;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user