Moving the insertId() and affectedRows() methods from the result class to the databas...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 22 Sep 2007 18:37:42 +0000 (14:37 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 22 Sep 2007 18:37:42 +0000 (14:37 -0400)
commit9204611f8989bd5a992bc6350e0639cda8f5fe44
tree6746f306f86b0463ac0e2ef73ec9996abe35f2f7
parenta8d8ba0ccf96b492528bda4c253baa06a593e53e
Moving the insertId() and affectedRows() methods from the result class to the database one and fixed a broken BSDbResult::free

* Db.php
* DbMySql.php
* DbMySqlI.php
* DbPostgreSql.php
* UnitTest/DatabaseTestAbstract.php
Db.php
DbMySql.php
DbMySqlI.php
DbPostgreSql.php
UnitTest/DatabaseTestAbstract.php