Update version.php to 3.3.0
[isso.git] / DbMySql.php
2009-01-05 Robert SesekHappy new year!
2008-02-28 Robert SesekUpdate the comment formatting to not use the pound... 3.0.0
2008-01-05 Robert SesekHappy new year!
2007-09-26 Robert SesekChanging the way we include framework files. Instead...
2007-09-22 Robert SesekMoving the insertId() and affectedRows() methods from...
2007-09-22 Robert SesekDatabase results are now independent objects as opposed...
2007-08-20 Robert SesekUse (c) instead of the actual copyright symbol to avoid...
2007-08-20 Robert SesekRemoving all the package replacement tags and SVN keywo...
2007-08-14 Robert SesekRenaming the transaction*() methods to just be the...
2007-08-14 Robert SesekRemoving a call to _error in DbMySql.php because it...
2007-08-14 Robert SesekAdding database unit tests and in the Db module, use...
2007-07-28 Robert SesekRemoving the pconnect option from BSDb and it's children.
2007-07-13 Robert SesekMerging changes from the 2.1.x branch back to trunk...
2007-02-27 Robert SesekDo the same thing of allowing multiple connections...
2006-12-20 Robert SesekResolving more issues with DB connection
2006-12-20 Robert SesekWe can now get DB errors without notices or warnings
2006-12-20 Robert SesekChange select_db() to _selectDb() in _pConnect()
2006-12-19 Robert SesekISSO is no longer a product regularly released so we...
2006-12-16 Robert SesekAffected rows uses the dblink not the result ID
2006-12-16 Robert SesekRenaming db_mysql.php