mirror of
https://github.com/dg/dibi.git
synced 2025-08-16 11:04:43 +02:00
DibiConnection: deprecated inTransaction (BC break!)
This commit is contained in:
@@ -429,7 +429,7 @@ final class DibiTranslator extends DibiObject
|
||||
} elseif ($value instanceof DateTime) {
|
||||
return $this->driver->escape($value, dibi::DATETIME);
|
||||
|
||||
} else {
|
||||
} else {
|
||||
$this->hasError = TRUE;
|
||||
return '**Unexpected ' . gettype($value) . '**';
|
||||
}
|
||||
|
Reference in New Issue
Block a user