[commits] Horde branch master updated.
Chuck Hagenbuch
chuck at horde.org
Tue Jun 16 02:36:04 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 92b8da560be0b6b01e8916ec8d6f6704734b6624
5b3ded8... fix tests for returning columns indexed by name
74a61c3... only enforce needing Suite.php files inside the Adapter/ directory
b034e69... Add Horde_Db_StatementParser, for looping through SQL files - a better implementation of what's in horde-sql-shell from admintools
-----------------------------------------------------------------------
commit 5b3ded8048527f5c6a25dfa3b8e642bf6277c26c
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Mon Jun 15 22:23:18 2009 -0400
fix tests for returning columns indexed by name
framework/Db/test/Horde/Db/Adapter/MysqliTest.php | 2 +-
framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php | 2 +-
framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php | 2 +-
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=5b3ded8048527f5c6a25dfa3b8e642bf6277c26c
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=5b3ded8048527f5c6a25dfa3b8e642bf6277c26c
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=5b3ded8048527f5c6a25dfa3b8e642bf6277c26c
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=5b3ded8048527f5c6a25dfa3b8e642bf6277c26c
-----------------------------------------------------------------------
commit 74a61c3407e39c40b7db072af770397926702899
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Mon Jun 15 22:23:30 2009 -0400
only enforce needing Suite.php files inside the Adapter/ directory
framework/Db/test/Horde/Db/AllTests.php | 20 +++++++++++++++++---
1 files changed, 17 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/AllTests.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=74a61c3407e39c40b7db072af770397926702899
-----------------------------------------------------------------------
commit b034e693de43c27369f3fdb87929e42a1110baf9
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Mon Jun 15 22:36:11 2009 -0400
Add Horde_Db_StatementParser, for looping through SQL files - a better implementation of what's in horde-sql-shell from admintools
framework/Db/lib/Horde/Db/StatementParser.php | 89 +++++++++++++
framework/Db/package.xml | 1 +
framework/Db/test/Horde/Db/StatementParserTest.php | 34 +++++
framework/Db/test/Horde/Db/fixtures/drop_create_table.sql | 20 +++
4 files changed, 144 insertions(+), 0 deletions(-)
create mode 100644 framework/Db/lib/Horde/Db/StatementParser.php
create mode 100644 framework/Db/test/Horde/Db/StatementParserTest.php
create mode 100644 framework/Db/test/Horde/Db/fixtures/drop_create_table.sql
http://git.horde.org/co.php/framework/Db/lib/Horde/Db/StatementParser.php?rt=horde-git&r=b034e693de43c27369f3fdb87929e42a1110baf9
http://git.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=fd49b1c52b9be6b8184b2f6f500cd5c035662860&r2=b034e693de43c27369f3fdb87929e42a1110baf9
http://git.horde.org/co.php/framework/Db/test/Horde/Db/StatementParserTest.php?rt=horde-git&r=b034e693de43c27369f3fdb87929e42a1110baf9
http://git.horde.org/co.php/framework/Db/test/Horde/Db/fixtures/drop_create_table.sql?rt=horde-git&r=b034e693de43c27369f3fdb87929e42a1110baf9
More information about the commits
mailing list