[commits] Horde branch master updated. 48ffd9e8c7ffcbfb001d6d0e385036d1954e547f

Jan Schneider jan at horde.org
Tue Feb 1 15:13:32 UTC 2011


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

from: 50e8cd8ae828649b3efacf48233205eed65b4e43

6bcc0fd Only get column name keys.
222a114 Add option to set fetchmode.
6ab14dd Use the correct constant, don't depend on PDO.
c961b72 Add columnCount() to native mysql drivers.
48ffd9e Catch queries without results.

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

commit 6bcc0fdcff9d906f24696d269ec41602c67fe6d9
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 1 15:11:57 2011 +0100

    Only get column name keys.

 horde/admin/sqlshell.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6bcc0fdcff9d906f24696d269ec41602c67fe6d9

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

commit 222a114a4bb1afb2794d6d67b8094fd9035d062b
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 1 15:53:18 2011 +0100

    Add option to set fetchmode.

 framework/Db/lib/Horde/Db.php                       |   38 +++++++++++++++++++
 framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php  |   27 ++++++++++++-
 framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php |   27 ++++++++++++-
 framework/Db/package.xml                            |   12 ++++-
 4 files changed, 95 insertions(+), 9 deletions(-)
 create mode 100644 framework/Db/lib/Horde/Db.php

http://git.horde.org/horde-git/-/commit/222a114a4bb1afb2794d6d67b8094fd9035d062b

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

commit 6ab14ddbd7fb3827f1270b92f1c75c616c077705
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 1 15:54:26 2011 +0100

    Use the correct constant, don't depend on PDO.

 horde/admin/sqlshell.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/6ab14ddbd7fb3827f1270b92f1c75c616c077705

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

commit c961b720e6f7230b6934a9b16baacc8abe0f6725
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 1 16:10:34 2011 +0100

    Add columnCount() to native mysql drivers.

 framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php  |   13 +++++++++++++
 framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php |   13 +++++++++++++
 2 files changed, 26 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/c961b720e6f7230b6934a9b16baacc8abe0f6725

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

commit 48ffd9e8c7ffcbfb001d6d0e385036d1954e547f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Feb 1 16:13:23 2011 +0100

    Catch queries without results.

 horde/admin/sqlshell.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/48ffd9e8c7ffcbfb001d6d0e385036d1954e547f




More information about the commits mailing list