mirror of
https://github.com/dg/dibi.git
synced 2025-09-01 18:12:51 +02:00
substitutes moved from DibiDriver to Dibi
changed "comments" behavior in DibiParser
This commit is contained in:
@@ -136,7 +136,7 @@ class DibiPostgreDriver extends DibiDriver {
|
||||
|
||||
public function quoteName($value)
|
||||
{
|
||||
return $this->applySubsts($value);
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
||||
@@ -260,9 +260,3 @@ class DibiPostgreResult extends DibiResult
|
||||
|
||||
|
||||
} // class DibiPostgreResult
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user