[commits] Horde branch master updated. 3c57b237a1220a3d88125c0356db0c014a64cb0b

Jan Schneider jan at horde.org
Mon Oct 10 09:56:45 UTC 2011


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

from: b585207da69b36c5ece284fedac8f01bb2e74dac

5f3cbc1 [jan] Correctly escape binding characters in buildClause() (Bug #10610).
3c57b23 Fix Horde_Db's buildClause() usage.

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

commit 5f3cbc1cf248033bccd3cb67b54f32b99ec27a47
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 10 11:52:01 2011 +0200

    [jan] Correctly escape binding characters in buildClause() (Bug #10610).

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php       |   20 ++---
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   22 ++----
 framework/Db/package.xml                                |    2 +
 framework/Db/test/Horde/Db/Adapter/MysqlTest.php        |   56 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php       |   56 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php    |   56 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php    |   56 +++++++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php   |   56 +++++++++++++++
 8 files changed, 297 insertions(+), 27 deletions(-)

http://git.horde.org/horde-git/-/commit/5f3cbc1cf248033bccd3cb67b54f32b99ec27a47

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

commit 3c57b237a1220a3d88125c0356db0c014a64cb0b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Oct 10 11:53:38 2011 +0200

    Fix Horde_Db's buildClause() usage.
    
    Don't use it where we explicitly want to match only the begin or end of
    strings. Don't use double placeholders where we use it correctly.
    
    Bug: 10610

 wicked/lib/Driver/Sql.php   |   12 ++++--------
 wicked/lib/Page/AddPage.php |    1 +
 2 files changed, 5 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/3c57b237a1220a3d88125c0356db0c014a64cb0b




More information about the commits mailing list