Add Decorator.js to do the nav javascript stuff
[isso.git] / Db.php
2008-07-09 Robert SesekUse a regex to match queries that need Result objects...
2008-06-25 Robert SesekImplement Iterator in BSDbResult
2008-04-03 Robert SesekMaking a lot of previously-private methods and ivars...
2008-02-28 Robert SesekUpdate the comment formatting to not use the pound... 3.0.0
2008-01-13 Robert SesekRefactoring all the static functions to not use the...
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 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...
2006-12-20 Robert SesekMoved Db::_formatBacktrace() to Functions::FormatBacktr...
2006-12-20 Robert Sesek_query() doesn't take the DB link
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 SesekFix a few minor parse errors
2006-12-20 Robert SesekAdding Db::_formatBacktrace() and Db::getHistory()
2006-12-19 Robert SesekISSO is no longer a product regularly released so we...
2006-12-16 Robert SesekRenaming db.php to Db.php