This patch updates several classes in collection rdbms and util. The database API will be logged using the Observer model instead of the util.Traceable approach used so far. This change is backwards compatible - as long as you did not directly call $db->setTrace($cat) but always configured this in your .ini files. Further, it should not have any performance impact when having no observers defined (as opposed to having no logger defined).