[commits] Horde branch master updated. 262db3cf1179a8efec68730ad1e7545fe13aeaf1

Jan Schneider jan at horde.org
Wed Jan 5 15:58:28 UTC 2011


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

from: 2cb4afbdf0e2bf4d5f610ae8c5f4e5cc6468e09b

210dd80 Update line numbers.
e85e266 Fix generating link to patchsets if not using commits.php.
c258329 Implement LIMIT/OFFSET correctly for pgsql.
262db3c Don't use query cache, query building is not that expensive.

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

commit 210dd80a4c335f599e82e4291eac29ce0f02a6fc
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 4 19:28:03 2011 +0100

    Update line numbers.

 framework/Support/test/Horde/Support/BacktraceTest.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/210dd80a4c335f599e82e4291eac29ce0f02a6fc

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

commit e85e266416c930180b896633fe3da1ec151dd79e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 5 13:49:05 2011 +0100

    Fix generating link to patchsets if not using commits.php.

 chora/lib/Chora.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

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

commit c2583290776ee5c7ce72414daffb0840e37a3089
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 5 16:28:55 2011 +0100

    Implement LIMIT/OFFSET correctly for pgsql.

 framework/Db/lib/Horde/Db/Adapter/Base.php      |    4 ++--
 framework/Db/lib/Horde/Db/Adapter/Pdo/Pgsql.php |   19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 2 deletions(-)

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

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

commit 262db3cf1179a8efec68730ad1e7545fe13aeaf1
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jan 5 16:57:38 2011 +0100

    Don't use query cache, query building is not that expensive.
    
    If really necessary this should be implemented as an instance cache, not a
    static cache. Fixes failing pgsql unit test.

 framework/Share/lib/Horde/Share/Sql/Hierarchical.php |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/262db3cf1179a8efec68730ad1e7545fe13aeaf1




More information about the commits mailing list