[dev] [commits] Horde branch master updated. d65c9b454ae57970664a255eaa0be7b7f4ef2b80
Chuck Hagenbuch
chuck at horde.org
Wed Mar 30 04:04:19 UTC 2011
Quoting Chuck Hagenbuch <chuck at horde.org>:
> The branch "master" has been updated.
> The following is a summary of the commits.
>
> from: 12fe5ee6134b140673f8e236d4a9a5df8e282c1c
>
> d65c9b4 Move the last query storage to a protected method with an
> accessor for consistency with the rest of Horde_Db
>
> -----------------------------------------------------------------------
>
> commit d65c9b454ae57970664a255eaa0be7b7f4ef2b80
> Author: Chuck Hagenbuch <chuck at horde.org>
> Date: Wed Mar 30 00:02:40 2011 -0400
>
> Move the last query storage to a protected method with an
> accessor for consistency with the rest of Horde_Db
>
> framework/Db/lib/Horde/Db/Adapter/Base.php | 26 ++++++++++----
> framework/Db/lib/Horde/Db/Adapter/Mysql.php | 8 ++--
> framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 4 +-
> framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php | 4 +-
> framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php | 8 ++--
> framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php | 12 +++---
> framework/Db/lib/Horde/Db/Adapter/SplitRead.php | 40
> +++++++++++-----------
> 7 files changed, 56 insertions(+), 46 deletions(-)
>
> http://git.horde.org/horde-git/-/commit/d65c9b454ae57970664a255eaa0be7b7f4ef2b80
What was this added for, btw? Seems like it might fit better with a
profiler-type decorator, or the logging support?
-chuck
More information about the dev
mailing list