1
0
mirror of https://github.com/dg/dibi.git synced 2025-10-26 11:17:40 +01:00

* added dibi::date & dibi::datetime

* DibiConnection::insertId && affectedRows throws exception on failure
* added protected throwException() to drivers
* DibiPostgreDriver - can build connection string
* DibiSqliteDriver - support for parameters 'format:date' & 'format:datetime'
* fixed query errors in DibiSqliteDriver
* DibiConnection prevents serialization and multiple transactions
This commit is contained in:
David Grudl
2007-11-23 23:27:14 +00:00
parent 3f42b2cf55
commit 7c6947a019
18 changed files with 419 additions and 176 deletions

View File

@@ -74,7 +74,7 @@ class NException extends Exception
/**
* Returns string represenation of exception
*
* @return void
* @return string
*/
public function __toString()
{