[commits] Horde branch master updated. 9ba9b15a29c2ad144e6536bc2a5925b9ac12c8b0
Jan Schneider
jan at horde.org
Wed Jan 22 19:55:26 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 80ac858356a7c60147a8521e623cc12dd9c4d7fb
ac08643 Add Horde_Db_Adapter#insertBlob().
1879e71 Simplify
a9f4fad Avoid notice if result is empty.
5be3a49 Add @since.
3f09b98 Fix tests.
e0e42ab Use NULL values for empty paths and owners.
b286617 Use Horde_Db_Adapter#insertBlob().
7bb291b Delete data before migrating down.
9ba9b15 Add test for Oracle.
Summary: http://github.com/horde/horde/compare/80ac858356a7c60147a8521e623cc12dd9c4d7fb...9ba9b15a29c2ad144e6536bc2a5925b9ac12c8b0
-----------------------------------------------------------------------
commit ac086436aa0f3a48ae92dd26ea8596ccd7ea33aa
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:47:39 2014 +0100
Add Horde_Db_Adapter#insertBlob().
framework/Db/lib/Horde/Db/Adapter/Base.php | 28 +++++++++++
framework/Db/lib/Horde/Db/Adapter/Oci8.php | 70 +++++++++++++++++++++++++++-
framework/Db/lib/Horde/Db/Value/Binary.php | 12 +++--
framework/Db/package.xml | 4 ++
4 files changed, 107 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/ac086436aa0f3a48ae92dd26ea8596ccd7ea33aa
http://git.horde.org/horde-git/-/commit/ac086436aa0f3a48ae92dd26ea8596ccd7ea33aa
-----------------------------------------------------------------------
commit 1879e715d11f5dbfc3600b02799f85bf05ebd2da
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:48:02 2014 +0100
Simplify
framework/Db/lib/Horde/Db/Adapter/Oracle/Column.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/1879e715d11f5dbfc3600b02799f85bf05ebd2da
http://git.horde.org/horde-git/-/commit/1879e715d11f5dbfc3600b02799f85bf05ebd2da
-----------------------------------------------------------------------
commit a9f4fad9dd817c0c6044f74f0ca89feccb8d4e67
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:48:30 2014 +0100
Avoid notice if result is empty.
framework/Db/lib/Horde/Db/Adapter/Oracle/Result.php | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/a9f4fad9dd817c0c6044f74f0ca89feccb8d4e67
http://git.horde.org/horde-git/-/commit/a9f4fad9dd817c0c6044f74f0ca89feccb8d4e67
-----------------------------------------------------------------------
commit 5be3a4975abd7527db029c0d023b7852eff3b188
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:48:57 2014 +0100
Add @since.
framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php | 1 +
framework/Db/lib/Horde/Db/Adapter/Oracle/TableDefinition.php | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/5be3a4975abd7527db029c0d023b7852eff3b188
http://git.horde.org/horde-git/-/commit/5be3a4975abd7527db029c0d023b7852eff3b188
-----------------------------------------------------------------------
commit 3f09b9836da3750bca384142c8c45fe4a6ad69c7
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:49:11 2014 +0100
Fix tests.
framework/Db/test/Horde/Db/Adapter/Oci8Test.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/3f09b9836da3750bca384142c8c45fe4a6ad69c7
http://git.horde.org/horde-git/-/commit/3f09b9836da3750bca384142c8c45fe4a6ad69c7
-----------------------------------------------------------------------
commit e0e42abd697f1a775d2eeab622811c7beebaa64f
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:51:03 2014 +0100
Use NULL values for empty paths and owners.
framework/Vfs/lib/Horde/Vfs/Sql.php | 159 +++--
.../Vfs/migration/Horde/Vfs/4_horde_vfs_upgrade_null_columns.php | 27 +
2 files changed, 141 insertions(+), 45 deletions(-)
create mode 100644 framework/Vfs/migration/Horde/Vfs/4_horde_vfs_upgrade_null_columns.php
http://github.com/horde/horde/commit/e0e42abd697f1a775d2eeab622811c7beebaa64f
http://git.horde.org/horde-git/-/commit/e0e42abd697f1a775d2eeab622811c7beebaa64f
-----------------------------------------------------------------------
commit b286617aa64d3cbeadf19e78da24a98d98746c91
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:51:59 2014 +0100
Use Horde_Db_Adapter#insertBlob().
framework/Vfs/lib/Horde/Vfs/Sql.php | 15 ++-------------
framework/Vfs/package.xml | 2 +-
2 files changed, 3 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/b286617aa64d3cbeadf19e78da24a98d98746c91
http://git.horde.org/horde-git/-/commit/b286617aa64d3cbeadf19e78da24a98d98746c91
-----------------------------------------------------------------------
commit 7bb291b56a131d270b1d6e6dcf26c73807bceb85
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:53:15 2014 +0100
Delete data before migrating down.
framework/Vfs/test/Horde/Vfs/Sql/Base.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/7bb291b56a131d270b1d6e6dcf26c73807bceb85
http://git.horde.org/horde-git/-/commit/7bb291b56a131d270b1d6e6dcf26c73807bceb85
-----------------------------------------------------------------------
commit 9ba9b15a29c2ad144e6536bc2a5925b9ac12c8b0
Author: Jan Schneider <jan at horde.org>
Date: Wed Jan 22 20:54:57 2014 +0100
Add test for Oracle.
framework/Vfs/package.xml | 12 ++++++---
framework/Vfs/test/Horde/Vfs/Sql/Oci8Test.php | 34 +++++++++++++++++++++++++
framework/Vfs/test/Horde/Vfs/conf.php.dist | 5 +++
3 files changed, 47 insertions(+), 4 deletions(-)
create mode 100644 framework/Vfs/test/Horde/Vfs/Sql/Oci8Test.php
http://github.com/horde/horde/commit/9ba9b15a29c2ad144e6536bc2a5925b9ac12c8b0
http://git.horde.org/horde-git/-/commit/9ba9b15a29c2ad144e6536bc2a5925b9ac12c8b0
More information about the commits
mailing list