The branch master has been updated. The following is a summary of the commits. Further details on each commit can be found below.
from: 9d9c8ce98c251675afd84f00d0611185b2c2cf0c 087cc92... Fix ordering of operations for Horde_Db_Adapter_Pdo_Myql::_parseConfig() The parameters need to be translated before we check them. ----------------------------------------------------------------------- commit 087cc921b2dda39d625cd1b13425c9fdc428ef6c Author: Michael J. Rubinsky <[email protected]> Date: Wed Feb 18 14:59:33 2009 -0500 Fix ordering of operations for Horde_Db_Adapter_Pdo_Myql::_parseConfig() The parameters need to be translated before we check them. framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php | 51 +++++++++++++------ framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php | 20 ++++++-- framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php | 10 +---- 3 files changed, 52 insertions(+), 29 deletions(-) http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php?rt=horde-git&r1=9d9c8ce98c251675afd84f00d0611185b2c2cf0c&r2=087cc921b2dda39d625cd1b13425c9fdc428ef6c http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=087cc921b2dda39d625cd1b13425c9fdc428ef6c http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=087cc921b2dda39d625cd1b13425c9fdc428ef6c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
