[commits] Horde branch master updated. 8cb2842544e39b9ce62773f1b4229e15ba392523

Jan Schneider jan at horde.org
Sun Sep 6 10:23:08 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 7ba1a0269d95dafe68c13e0951f62589252b6191

8cb2842... Abstract -> Base

-----------------------------------------------------------------------

commit 8cb2842544e39b9ce62773f1b4229e15ba392523
Author: Jan Schneider <jan at horde.org>
Date:   Sun Sep 6 12:23:17 2009 +0200

    Abstract -> Base

 framework/Db/lib/Horde/Db/Adapter.php              |    2 -
 framework/Db/lib/Horde/Db/Adapter/Abstract.php     |  623 --------------------
 framework/Db/lib/Horde/Db/Adapter/Base.php         |  623 ++++++++++++++++++++
 framework/Db/lib/Horde/Db/Adapter/Oci8.php         |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php |  233 --------
 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php     |  233 ++++++++
 framework/Db/lib/Horde/Db/Adapter/Pdo/Mysql.php    |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Oci.php      |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php    |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Pdo/Sqlite.php   |    2 +-
 10 files changed, 861 insertions(+), 863 deletions(-)
 delete mode 100644 framework/Db/lib/Horde/Db/Adapter/Abstract.php
 create mode 100644 framework/Db/lib/Horde/Db/Adapter/Base.php
 delete mode 100644 framework/Db/lib/Horde/Db/Adapter/Pdo/Abstract.php
 create mode 100644 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php

http://git.horde.org/patchsets.php/?rt=horde-git&ps=8cb2842544e39b9ce62773f1b4229e15ba392523




More information about the commits mailing list