[commits] Horde branch master updated. bdd5dbf31835ad680f25de6ced1127c483abea25

Jan Schneider jan at horde.org
Wed Dec 18 11:18:17 UTC 2013


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

from: 79d8962ccc10975b2dd3c5db8cea247c35caad5b

bf34a33 Simplify
ebbe962 Use common parent class.
bfa9b7d Define property.
8d4e764 Use column that's not a reserved word in Oracle.
0ca7499 Fix detecting primary key columns.
2a85ff8 Use more portable formats.
5dfabda Mark unused method deprecated.
621486f Rename method to set internal type and don't return value.
5aa8cca Add Horde_Db_Adapter_Base_Schema#column() method.
2d8072f No need to return a value here.
133a0d5 Set precision and scale on non-decimal columns too, if explicitly requested.
ab99e92 Indent
bdd5dbf Only create base test table if really required to speed up unit tests.

Summary: http://github.com/horde/horde/compare/79d8962ccc10975b2dd3c5db8cea247c35caad5b...bdd5dbf31835ad680f25de6ced1127c483abea25

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

commit bf34a3346d7c34cbbce4e41b9b34fd36fa3f0ecc
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 11:58:43 2013 +0100

    Simplify

 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/bf34a3346d7c34cbbce4e41b9b34fd36fa3f0ecc
http://git.horde.org/horde-git/-/commit/bf34a3346d7c34cbbce4e41b9b34fd36fa3f0ecc

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

commit ebbe962fe3278f8dbbf42e5e7f589d0bfe7827ac
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 11:59:15 2013 +0100

    Use common parent class.

 framework/Db/test/Horde/Db/Adapter/Mysql/TableDefinition.php      |   51 +---
 framework/Db/test/Horde/Db/Adapter/Postgresql/TableDefinition.php |   49 +---
 framework/Db/test/Horde/Db/Adapter/Sqlite/TableDefinition.php     |   45 +---
 framework/Db/test/Horde/Db/Adapter/TableDefinition.php            |   70 +++++
 4 files changed, 73 insertions(+), 142 deletions(-)
 create mode 100644 framework/Db/test/Horde/Db/Adapter/TableDefinition.php

http://github.com/horde/horde/commit/ebbe962fe3278f8dbbf42e5e7f589d0bfe7827ac
http://git.horde.org/horde-git/-/commit/ebbe962fe3278f8dbbf42e5e7f589d0bfe7827ac

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

commit bfa9b7d83b15e38d795c1dee666d19d4a0a66722
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 11:59:36 2013 +0100

    Define property.

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

http://github.com/horde/horde/commit/bfa9b7d83b15e38d795c1dee666d19d4a0a66722
http://git.horde.org/horde-git/-/commit/bfa9b7d83b15e38d795c1dee666d19d4a0a66722

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

commit 8d4e764cc19494f84a28c3d695e3ef8735965e1a
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 12:00:26 2013 +0100

    Use column that's not a reserved word in Oracle.

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

http://github.com/horde/horde/commit/8d4e764cc19494f84a28c3d695e3ef8735965e1a
http://git.horde.org/horde-git/-/commit/8d4e764cc19494f84a28c3d695e3ef8735965e1a

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

commit 0ca7499741e2c35c968ba8bdebc257632c117d02
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 14:23:29 2013 +0100

    Fix detecting primary key columns.

 framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 2a85ff8066e17a0486bd22d7b1b1e72a79654dc4
Author: Jan Schneider <jan at horde.org>
Date:   Fri Dec 13 14:25:49 2013 +0100

    Use more portable formats.

 framework/Db/test/Horde/Db/fixtures/unit_tests.sql |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/2a85ff8066e17a0486bd22d7b1b1e72a79654dc4
http://git.horde.org/horde-git/-/commit/2a85ff8066e17a0486bd22d7b1b1e72a79654dc4

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

commit 5dfabda6746f7c854f6b4df12cb542a932462c1e
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:12:41 2013 +0100

    Mark unused method deprecated.

 framework/Db/lib/Horde/Db/Adapter/Base.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/5dfabda6746f7c854f6b4df12cb542a932462c1e
http://git.horde.org/horde-git/-/commit/5dfabda6746f7c854f6b4df12cb542a932462c1e

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

commit 621486fcbd7a354bb14dc270336d55a3cddf0b46
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:14:05 2013 +0100

    Rename method to set internal type and don't return value.

 framework/Db/lib/Horde/Db/Adapter/Base/Column.php       |   61 ++++++++------
 framework/Db/lib/Horde/Db/Adapter/Mysql/Column.php      |   16 ++--
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php |   66 ++++++++------
 3 files changed, 81 insertions(+), 62 deletions(-)

http://github.com/horde/horde/commit/621486fcbd7a354bb14dc270336d55a3cddf0b46
http://git.horde.org/horde-git/-/commit/621486fcbd7a354bb14dc270336d55a3cddf0b46

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

commit 5aa8cca8b879b0eb097ead2c1a451bea0af456ea
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:14:45 2013 +0100

    Add Horde_Db_Adapter_Base_Schema#column() method.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php       |   21 +++++++++++++++
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php |   11 +-------
 framework/Db/package.xml                                |    4 ++-
 3 files changed, 25 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/5aa8cca8b879b0eb097ead2c1a451bea0af456ea
http://git.horde.org/horde-git/-/commit/5aa8cca8b879b0eb097ead2c1a451bea0af456ea

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

commit 2d8072f88fc3734e961ed5d8e8041fe6dd7760da
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:15:19 2013 +0100

    No need to return a value here.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php          |    2 +-
 framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/2d8072f88fc3734e961ed5d8e8041fe6dd7760da
http://git.horde.org/horde-git/-/commit/2d8072f88fc3734e961ed5d8e8041fe6dd7760da

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

commit 133a0d5acadd3e6950260698730084f283956d75
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:16:08 2013 +0100

    Set precision and scale on non-decimal columns too, if explicitly requested.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/133a0d5acadd3e6950260698730084f283956d75
http://git.horde.org/horde-git/-/commit/133a0d5acadd3e6950260698730084f283956d75

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

commit ab99e92d2e2f9144684084c18edc7ecfde109ec8
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:16:20 2013 +0100

    Indent

 framework/Db/lib/Horde/Db/Adapter/Postgresql/Column.php |   66 +++++++-------
 1 files changed, 33 insertions(+), 33 deletions(-)

http://github.com/horde/horde/commit/ab99e92d2e2f9144684084c18edc7ecfde109ec8
http://git.horde.org/horde-git/-/commit/ab99e92d2e2f9144684084c18edc7ecfde109ec8

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

commit bdd5dbf31835ad680f25de6ced1127c483abea25
Author: Jan Schneider <jan at horde.org>
Date:   Wed Dec 18 12:17:49 2013 +0100

    Only create base test table if really required to speed up unit tests.

 framework/Db/test/Horde/Db/Adapter/TestBase.php |  120 ++++++++++++++--------
 1 files changed, 76 insertions(+), 44 deletions(-)

http://github.com/horde/horde/commit/bdd5dbf31835ad680f25de6ced1127c483abea25
http://git.horde.org/horde-git/-/commit/bdd5dbf31835ad680f25de6ced1127c483abea25




More information about the commits mailing list