The branch "master" has been updated. The following is a summary of the commits.
from: 427326ccc3036165e28594814715d602de23065c 5610bf2 Done ed5b5e3 Move the more common boolean values to base class. b5f5698 This must be implemented in a driver, make abstract. cd5b772 phpdoc e41b8a3 Simplify 5ed6439 Log query before the error message and consistently log errors with the correct level. 7bf02c1 Binary notation is a subset of hex notation, so check it last. ----------------------------------------------------------------------- commit 5610bf264249762828099de094538f8b4ef4ca7b Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:10:38 2013 +0200 Done framework/Db/lib/Horde/Db/Adapter/Base/Column.php | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/5610bf264249762828099de094538f8b4ef4ca7b ----------------------------------------------------------------------- commit ed5b5e372f31dbd0248279450255949bd835861e Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:12:24 2013 +0200 Move the more common boolean values to base class. framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 4 +- framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php | 20 -------------- framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 21 +++++++++++++++ framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 20 -------------- 4 files changed, 23 insertions(+), 42 deletions(-) http://git.horde.org/horde-git/-/commit/ed5b5e372f31dbd0248279450255949bd835861e ----------------------------------------------------------------------- commit b5f569894fc203ff01ce19a6313d87a007bcee49 Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:12:57 2013 +0200 This must be implemented in a driver, make abstract. framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/b5f569894fc203ff01ce19a6313d87a007bcee49 ----------------------------------------------------------------------- commit cd5b772f23605607e74552a9b978615e7d16df6b Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:13:13 2013 +0200 phpdoc framework/Db/lib/Horde/Db/Adapter/Base/Schema.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/cd5b772f23605607e74552a9b978615e7d16df6b ----------------------------------------------------------------------- commit e41b8a3b4802fae674938ff839288c6c930c085b Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:13:24 2013 +0200 Simplify framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php | 20 +++++++----- 1 files changed, 12 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/e41b8a3b4802fae674938ff839288c6c930c085b ----------------------------------------------------------------------- commit 5ed6439ae8b098dff9600faac580aa5113f758f7 Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:14:11 2013 +0200 Log query before the error message and consistently log errors with the correct level. framework/Db/lib/Horde/Db/Adapter/Mysql.php | 2 +- framework/Db/lib/Horde/Db/Adapter/Mysqli.php | 2 +- framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/5ed6439ae8b098dff9600faac580aa5113f758f7 ----------------------------------------------------------------------- commit 7bf02c1c42fa19e6a95e1d424b2a628547b010a4 Author: Jan Schneider <[email protected]> Date: Tue Sep 17 01:15:06 2013 +0200 Binary notation is a subset of hex notation, so check it last. framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/7bf02c1c42fa19e6a95e1d424b2a628547b010a4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
