[commits] Horde branch master updated. bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171

Chuck Hagenbuch chuck at horde.org
Tue Jan 12 05:14:57 UTC 2010


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

from: 18dcc8a78c361c071dbcc8d4735ff7f9445eb26a

b1b23fa Add unit tests for the bug I encountered when specifying primary key columns explicitly.
7a74877 Switch to all positional arguments for db_migrate.
8375df9 Allow typeToSql() to fill in native limits, rather than having logic to do it in two places.
bf5b4dd UNSIGNED is only relevant to MySQL. Adjust accordingly. 598 passing tests.

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

commit b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Jan 11 12:28:05 2010 -0500

    Add unit tests for the bug I encountered when specifying primary key columns explicitly.

 framework/Db/test/Horde/Db/Adapter/MysqliTest.php     |    9 +++++
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php  |   14 ++++++--
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php  |   21 ++++++++---
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php |   30 ++++++++++------
 4 files changed, 54 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=6ef9cfc1f53bbdf28e847f106867642f0aac9bda&r2=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=6ef9cfc1f53bbdf28e847f106867642f0aac9bda&r2=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php?rt=horde-git&r1=4d95d246ff611574cf45460c9969b753bc556279&r2=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=d323a29c43a63555e33e239f9c8271676c5f3848&r2=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9

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

commit 7a748776f966d485d3bf1b6deb411c4bfdbd24b4
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Jan 11 13:56:45 2010 -0500

    Switch to all positional arguments for db_migrate.
    
    Usage is:
      db_migrate $app
      db_migrate $app up
      db_migrate $app down
      db_migrate $app $version

 horde/bin/db_migrate |   44 +++++++++++++++++++++++++++++++++-----------
 1 files changed, 33 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/horde/bin/db_migrate?rt=horde-git&r1=da90a3441f1cb437159654a803a0ce87f2a22b45&r2=7a748776f966d485d3bf1b6deb411c4bfdbd24b4

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

commit 8375df9ede5f48458ec1bbd2293eaffd50c101c2
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Jan 11 14:01:53 2010 -0500

    Allow typeToSql() to fill in native limits, rather than having logic to do it in two places.

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

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=8375df9ede5f48458ec1bbd2293eaffd50c101c2

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

commit bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 00:14:11 2010 -0500

    UNSIGNED is only relevant to MySQL. Adjust accordingly. 598 passing tests.

 framework/Db/lib/Horde/Db/Adapter/Base/Schema.php                 |    4 -
 framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php                |   30 +++++
 framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php           |   20 +--
 framework/Db/test/Horde/Db/Adapter/MysqliTest.php                 |   29 ++++-
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php              |   29 ++++-
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php             |    4 +-
 .../Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php  |   15 --
 framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php      |    7 -
 .../Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php      |   15 --
 framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php          |    7 -
 10 files changed, 96 insertions(+), 64 deletions(-)

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/Schema.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysql/Schema.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=2a733bfe706110a86f825d15ef413ed60fa0bfdf&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=b1b23fa9d95b0aed24827f207a2b1f7174d4c5d9&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnDefinitionTest.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Postgresql/ColumnTest.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnDefinitionTest.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Sqlite/ColumnTest.php?rt=horde-git&r1=73edab1f29993a45b28f849ece7a135c597ad916&r2=bf5b4ddc4e6f1e8a881c90a5be78fcf41ae0e171




More information about the commits mailing list