The branch "master" has been updated. The following is a summary of the commits.
from: eae9f0ffb1dc7406618b90f9ddc7357d6484b2f2 0bb0b49 Use Horde_String. d414d75 No need for static here. 815f581 Unused b3b5285 Use base class for column test. ----------------------------------------------------------------------- commit 0bb0b490c81b9ff889055fc0e69f6ef09c9f13ef Author: Jan Schneider <[email protected]> Date: Fri Sep 13 16:09:52 2013 +0200 Use Horde_String. framework/Db/bin/horde-db-migrate-component | 2 +- framework/Db/lib/Horde/Db/Adapter/Base/Column.php | 2 +- framework/Db/lib/Horde/Db/Adapter/Mysql/Column.php | 2 +- framework/Db/lib/Horde/Db/SearchParser.php | 4 ++-- framework/Db/package.xml | 9 +++++++++ framework/Db/test/Horde/Db/Adapter/MysqlBase.php | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/0bb0b490c81b9ff889055fc0e69f6ef09c9f13ef ----------------------------------------------------------------------- commit d414d759ace8fa972fdc47b69aea37d7301af88c Author: Jan Schneider <[email protected]> Date: Fri Sep 13 16:10:18 2013 +0200 No need for static here. framework/Db/lib/Horde/Db/Adapter/Mysql/Column.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/d414d759ace8fa972fdc47b69aea37d7301af88c ----------------------------------------------------------------------- commit 815f58171f2a80084cdeee709144adbee52cec9a Author: Jan Schneider <[email protected]> Date: Fri Sep 13 16:10:45 2013 +0200 Unused framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php | 5 ----- framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php | 6 ------ 2 files changed, 0 insertions(+), 11 deletions(-) http://git.horde.org/horde-git/-/commit/815f58171f2a80084cdeee709144adbee52cec9a ----------------------------------------------------------------------- commit b3b528543d6e193513059453de5264a4564cf287 Author: Jan Schneider <[email protected]> Date: Fri Sep 13 16:15:24 2013 +0200 Use base class for column test. framework/Db/test/Horde/Db/Adapter/ColumnBase.php | 264 ++++++++++ framework/Db/test/Horde/Db/Adapter/Mysql/ColumnTest.php | 217 +-------- framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php | 137 +----- framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php | 227 +-------- 4 files changed, 273 insertions(+), 572 deletions(-) create mode 100644 framework/Db/test/Horde/Db/Adapter/ColumnBase.php http://git.horde.org/horde-git/-/commit/b3b528543d6e193513059453de5264a4564cf287 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
