mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 14:16:39 +02:00
* vetsina method/trid oznacena jako final
This commit is contained in:
@@ -132,7 +132,7 @@ class DibiMSSqlDriver extends DibiDriver
|
||||
}
|
||||
|
||||
|
||||
public function escape($value, $appendQuotes=TRUE)
|
||||
public function escape($value, $appendQuotes = TRUE)
|
||||
{
|
||||
$value = str_replace("'", "''", $value);
|
||||
return $appendQuotes
|
||||
|
Reference in New Issue
Block a user