The branch "master" has been updated. The following is a summary of the commits.
from: fa9360c2cbfbf865ad94c76900b8529de8f3333d 340a1a1 Fix notice. 482ab31 Improve BLOB/CLOB handling. 330d89b Use the same db schema table names like Horde_Core. 359b801 Allow $where to be specified as bind parameters. 8e28b43 Use BLOB/CLOB support from Horde_Db. ec84fde Don't search event that we just removed. Summary: http://github.com/horde/horde/compare/fa9360c2cbfbf865ad94c76900b8529de8f3333d...ec84fde7d2668fbf54f125af69cc5fb15f4fa563 ----------------------------------------------------------------------- commit 340a1a138e13dfada0f6780324683782e3bd9f18 Author: Jan Schneider <[email protected]> Date: Thu Nov 6 11:24:17 2014 +0100 Fix notice. framework/Argv/lib/Horde/Argv/Values.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/340a1a138e13dfada0f6780324683782e3bd9f18 ----------------------------------------------------------------------- commit 482ab31bc59965db8f8add570655661cc54efe06 Author: Jan Schneider <[email protected]> Date: Thu Nov 6 15:34:47 2014 +0100 Improve BLOB/CLOB handling. Add Horde_Db_Value_Text and updateBlob(). Fix insertBlob() returns. Fix Horde_Db_Adapter interface. framework/Db/lib/Horde/Db/Adapter.php | 33 ++++++++++ framework/Db/lib/Horde/Db/Adapter/Base.php | 36 ++++++++++- framework/Db/lib/Horde/Db/Adapter/Oci8.php | 76 +++++++++++++++++++--- framework/Db/lib/Horde/Db/Value/Text.php | 47 ++++++++++++++ framework/Db/package.xml | 24 +++++--- framework/Db/test/Horde/Db/Adapter/TestBase.php | 52 +++++++++++++++ 6 files changed, 247 insertions(+), 21 deletions(-) create mode 100644 framework/Db/lib/Horde/Db/Value/Text.php http://github.com/horde/horde/commit/482ab31bc59965db8f8add570655661cc54efe06 ----------------------------------------------------------------------- commit 330d89bb2f198c8403c7cb2370b72c817e86203b Author: Jan Schneider <[email protected]> Date: Thu Nov 6 15:52:53 2014 +0100 Use the same db schema table names like Horde_Core. Using different schema names doesn't protect against accidental data loss or something, because we use the same library table names anyway. But using different schema names *does* cause inconsistency errors when running unit tests and test Horde installs on the same database. framework/Alarm/test/Horde/Alarm/Storage/Sql/Base.php | 2 +- framework/Auth/test/Horde/Auth/Unit/Sql/Base.php | 2 +- framework/Auth/test/Horde/Auth/Unit/Sql/Locks.php | 2 +- framework/Group/test/Horde/Group/Sql/Base.php | 2 +- framework/Prefs/test/Horde/Prefs/Unit/Storage/Sql/Base.php | 2 +- .../SessionHandler/test/Horde/SessionHandler/Storage/Sql/Base.php | 2 +- framework/Vfs/test/Horde/Vfs/Sql/Base.php | 2 +- framework/Vfs/test/Horde/Vfs/SqlFile/Base.php | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) http://github.com/horde/horde/commit/330d89bb2f198c8403c7cb2370b72c817e86203b ----------------------------------------------------------------------- commit 359b8011926f793f3d392d5ef53beea2d5827558 Author: Jan Schneider <[email protected]> Date: Thu Nov 6 16:31:47 2014 +0100 Allow $where to be specified as bind parameters. framework/Db/lib/Horde/Db/Adapter/Base.php | 17 ++++++++++++----- framework/Db/lib/Horde/Db/Adapter/Oci8.php | 17 ++++++++++++----- 2 files changed, 24 insertions(+), 10 deletions(-) http://github.com/horde/horde/commit/359b8011926f793f3d392d5ef53beea2d5827558 ----------------------------------------------------------------------- commit 8e28b43e483c1751ab66c9e1d348d5a94c3b5ff7 Author: Jan Schneider <[email protected]> Date: Thu Nov 6 16:33:22 2014 +0100 Use BLOB/CLOB support from Horde_Db. framework/Alarm/lib/Horde/Alarm/Sql.php | 108 +++++++++++++-------- framework/Alarm/package.xml | 6 +- framework/Alarm/test/Horde/Alarm/Storage/Base.php | 4 +- 3 files changed, 72 insertions(+), 46 deletions(-) http://github.com/horde/horde/commit/8e28b43e483c1751ab66c9e1d348d5a94c3b5ff7 ----------------------------------------------------------------------- commit ec84fde7d2668fbf54f125af69cc5fb15f4fa563 Author: Jan Schneider <[email protected]> Date: Thu Nov 6 16:57:46 2014 +0100 Don't search event that we just removed. kronolith/js/kronolith.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ec84fde7d2668fbf54f125af69cc5fb15f4fa563 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
