[commits] Horde branch master updated. 02ae8309fa247df08908c47de4415a9d26a54d1c

Jan Schneider jan at horde.org
Tue Jan 7 16:53:41 UTC 2014


The branch "master" has been updated.
The following is a summary of the commits.

from: 7e7743e1be55b4d093e11599ce055d8fb63b238a

0b450c2 This should have been LICENSE.
6546bca Allow NULL for group_parents.
6178acc Fix test.
0658ad8 Add Oracle test.
02ae830 Implement several Oracle workarounds.

Summary: http://github.com/horde/horde/compare/7e7743e1be55b4d093e11599ce055d8fb63b238a...02ae8309fa247df08908c47de4415a9d26a54d1c

-----------------------------------------------------------------------

commit 0b450c2fab97db5002d9e299c1c81dc6a5475ccd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Jan 6 11:13:30 2014 +0100

    This should have been LICENSE.

 .../Horde/Pear/Package/Contents/InstallAs/HordeApplication.php    |    1 +
 .../lib/Horde/Pear/Package/Contents/Role/HordeApplication.php     |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0b450c2fab97db5002d9e299c1c81dc6a5475ccd
http://git.horde.org/horde-git/-/commit/0b450c2fab97db5002d9e299c1c81dc6a5475ccd

-----------------------------------------------------------------------

commit 6546bcacda7e280dc1b4e32025b35a0fbf776047
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 7 16:38:21 2014 +0100

    Allow NULL for group_parents.

 .../migration/Horde/Group/3_horde_group_upgrade_null_parents.php  |   20 +++++
 framework/Group/package.xml                                       |    9 ++-
 framework/Group/test/Horde/Group/Sql/Base.php                     |    4 +
 3 files changed, 30 insertions(+), 3 deletions(-)
 create mode 100644 framework/Group/migration/Horde/Group/3_horde_group_upgrade_null_parents.php

http://github.com/horde/horde/commit/6546bcacda7e280dc1b4e32025b35a0fbf776047
http://git.horde.org/horde-git/-/commit/6546bcacda7e280dc1b4e32025b35a0fbf776047

-----------------------------------------------------------------------

commit 6178accb4bec9175fe0ff8bb47508da3c83008d5
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 7 16:38:45 2014 +0100

    Fix test.

 framework/Group/test/Horde/Group/TestBase.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/6178accb4bec9175fe0ff8bb47508da3c83008d5
http://git.horde.org/horde-git/-/commit/6178accb4bec9175fe0ff8bb47508da3c83008d5

-----------------------------------------------------------------------

commit 0658ad86d8f0abde5b9f2779e6548f181670c3f1
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 7 16:39:03 2014 +0100

    Add Oracle test.

 framework/Group/test/Horde/Group/Sql/Oci8Test.php |   34 +++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 framework/Group/test/Horde/Group/Sql/Oci8Test.php

http://github.com/horde/horde/commit/0658ad86d8f0abde5b9f2779e6548f181670c3f1
http://git.horde.org/horde-git/-/commit/0658ad86d8f0abde5b9f2779e6548f181670c3f1

-----------------------------------------------------------------------

commit 02ae8309fa247df08908c47de4415a9d26a54d1c
Author: Jan Schneider <jan at horde.org>
Date:   Tue Jan 7 17:49:25 2014 +0100

    Implement several Oracle workarounds.
    
    Fixes autoincrements.
    Returns IDs from INSERTs.
    Allows switching columns between NULL and NOT NULL.

 framework/Db/lib/Horde/Db/Adapter/Oci8.php                     |    5 +-
 framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php            |   77 ++++++--
 framework/Db/lib/Horde/Db/Adapter/Oracle/TableDefinition.php   |   13 +--
 framework/Db/test/Horde/Db/Adapter/Oci8Test.php                |   41 +++--
 framework/Db/test/Horde/Db/Adapter/Oracle/ColumnDefinition.php |    2 +-
 framework/Db/test/Horde/Db/Adapter/TestBase.php                |    2 +-
 6 files changed, 92 insertions(+), 48 deletions(-)

http://github.com/horde/horde/commit/02ae8309fa247df08908c47de4415a9d26a54d1c
http://git.horde.org/horde-git/-/commit/02ae8309fa247df08908c47de4415a9d26a54d1c




More information about the commits mailing list