mirror of
https://github.com/dg/dibi.git
synced 2025-08-04 21:28:02 +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)
|
||||
{
|
||||
return $value;
|
||||
return '"' . str_replace('"', '""', $value). '"';
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user