[commits] Horde branch master updated. bc918f0c1113b43913aebc717d9337b9ee740dd1
Chuck Hagenbuch
chuck at horde.org
Mon Jul 5 20:01:47 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: f866a2f5cb272ffe5cd0857b84774107d0df85f9
4f49158 Add a Horde_Db_Adapter for the traditional PHP mysql extension.
bc918f0 Remove duplicate definitions of addLimitOffset()
-----------------------------------------------------------------------
commit 4f49158270abf6868eba0ba52c52fda9e3f04aaa
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Mon Jul 5 15:59:04 2010 -0400
Add a Horde_Db_Adapter for the traditional PHP mysql extension.
framework/Db/lib/Horde/Db/Adapter/Mysql.php | 405 ++++++
framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php | 196 +++
framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 5 +-
framework/Db/package.xml | 4 +
framework/Db/test/Horde/Db/Adapter/MysqlSuite.php | 91 ++
framework/Db/test/Horde/Db/Adapter/MysqlTest.php | 1330 ++++++++++++++++++++
6 files changed, 2028 insertions(+), 3 deletions(-)
create mode 100644 framework/Db/lib/Horde/Db/Adapter/Mysql.php
create mode 100644 framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php
create mode 100644 framework/Db/test/Horde/Db/Adapter/MysqlSuite.php
create mode 100644 framework/Db/test/Horde/Db/Adapter/MysqlTest.php
http://git.horde.org/co.php/framework/Db/lib/Horde/Db/Adapter/Mysql.php?rt=horde-git&r=4f49158270abf6868eba0ba52c52fda9e3f04aaa
http://git.horde.org/co.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Result.php?rt=horde-git&r=4f49158270abf6868eba0ba52c52fda9e3f04aaa
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli.php?rt=horde-git&r1=88900ef70b3ad00e535e76477a09ca12ba810528&r2=4f49158270abf6868eba0ba52c52fda9e3f04aaa
http://git.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=fabf46115687b5bc7e007b538247df7f2f40d1ae&r2=4f49158270abf6868eba0ba52c52fda9e3f04aaa
http://git.horde.org/co.php/framework/Db/test/Horde/Db/Adapter/MysqlSuite.php?rt=horde-git&r=4f49158270abf6868eba0ba52c52fda9e3f04aaa
http://git.horde.org/co.php/framework/Db/test/Horde/Db/Adapter/MysqlTest.php?rt=horde-git&r=4f49158270abf6868eba0ba52c52fda9e3f04aaa
-----------------------------------------------------------------------
commit bc918f0c1113b43913aebc717d9337b9ee740dd1
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Mon Jul 5 16:01:13 2010 -0400
Remove duplicate definitions of addLimitOffset()
framework/Db/lib/Horde/Db/Adapter/Mysql.php | 19 -------------------
framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 19 -------------------
2 files changed, 0 insertions(+), 38 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql.php?rt=horde-git&r1=4f49158270abf6868eba0ba52c52fda9e3f04aaa&r2=bc918f0c1113b43913aebc717d9337b9ee740dd1
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli.php?rt=horde-git&r1=4f49158270abf6868eba0ba52c52fda9e3f04aaa&r2=bc918f0c1113b43913aebc717d9337b9ee740dd1
More information about the commits
mailing list