mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 13:17:58 +02:00
FirebirdDriver::delimite - Quotation marks for escaping identifiers
This commit is contained in:
@@ -268,7 +268,7 @@ class FirebirdDriver implements Dibi\Driver, Dibi\ResultDriver, Dibi\Reflector
|
|||||||
|
|
||||||
public function escapeIdentifier($value)
|
public function escapeIdentifier($value)
|
||||||
{
|
{
|
||||||
return $value;
|
return '"' . str_replace('"', '""', $value). '"';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user