1
0
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:
David Grudl
2009-12-17 20:45:30 +01:00
parent f6d4107116
commit 20d22dd81b
3 changed files with 5 additions and 28 deletions

View File

@@ -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) . '**';
}