[commits] Horde branch master updated. c8d23df75551096e33b0b9baccbfa9352423c374

Chuck Hagenbuch chuck at horde.org
Wed Jan 13 04:32:11 UTC 2010


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

from: 707151b7f9d376a70c1a742bd10cfb4dc4bf9869

8be4555 Simple implementation of creating tables with composite primary keys.
b4160dd Update for how composite primary keys are now available.
837c743 add missing indexes to rampage_tagged
66e9fa1 remove MDB2_Schema table definitions, obsoleted by migrations.
0ee69a3 Remove mdb2-wrapper scripts.
a749ee4 Remove Horde_SQL_Manager now that the transition to Horde_Db_Migrations is well underway.
26393fc Tests for creating tables with composite primary keys
c8d23df Implementation for primaryKey() that works with composite primary keys.

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

commit 8be45558a5cd0d5e4ffb324e3b4259c20b05ec4a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 21:53:20 2010 -0500

    Simple implementation of creating tables with composite primary keys.
    
    Just lets you specify an array of columns to include in the PRIMARY KEY(...)
    clause, all of which must be added to the table expliclity.

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

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=8be45558a5cd0d5e4ffb324e3b4259c20b05ec4a

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

commit b4160ddcc413ed87d5bcbd68d865ae430a435e48
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 21:54:30 2010 -0500

    Update for how composite primary keys are now available.

 content/migrations/2_rampage_tag_tables.php |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/content/migrations/2_rampage_tag_tables.php?rt=horde-git&r1=f9f8d4bff2990f96aa906359ad358af4e5fc3314&r2=b4160ddcc413ed87d5bcbd68d865ae430a435e48

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

commit 837c74318b1ac336ea857e0f97f364ef949f73e7
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 21:59:44 2010 -0500

    add missing indexes to rampage_tagged

 content/migrations/2_rampage_tag_tables.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/content/migrations/2_rampage_tag_tables.php?rt=horde-git&r1=b4160ddcc413ed87d5bcbd68d865ae430a435e48&r2=837c74318b1ac336ea857e0f97f364ef949f73e7

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

commit 66e9fa1d5a260519015c551a4d3df66179a4569a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 22:00:23 2010 -0500

    remove MDB2_Schema table definitions, obsoleted by migrations.

 content/data/rampage_base.xml |  159 ----------------------------
 content/data/rampage_tags.xml |  234 -----------------------------------------
 2 files changed, 0 insertions(+), 393 deletions(-)
 delete mode 100644 content/data/rampage_base.xml
 delete mode 100644 content/data/rampage_tags.xml

http://git.horde.org/diff.php/content/data/rampage_base.xml?rt=horde-git&r1=d905d949040d1c0fa04f21b560c8dcf375e5601d&r2=66e9fa1d5a260519015c551a4d3df66179a4569a
http://git.horde.org/diff.php/content/data/rampage_tags.xml?rt=horde-git&r1=d905d949040d1c0fa04f21b560c8dcf375e5601d&r2=66e9fa1d5a260519015c551a4d3df66179a4569a

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

commit 0ee69a3b7a0d98225ff6de783d470c0014174c7a
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 22:03:00 2010 -0500

    Remove mdb2-wrapper scripts.
    
    These haven't seemed to work for me for a while anyway...

 framework/admintools/horde-db-dumpdata.php     |   46 --------------------
 framework/admintools/horde-db-dumpschema.php   |   47 ---------------------
 framework/admintools/horde-db-updatedata.php   |   53 ------------------------
 framework/admintools/horde-db-updateschema.php |   53 ------------------------
 4 files changed, 0 insertions(+), 199 deletions(-)
 delete mode 100755 framework/admintools/horde-db-dumpdata.php
 delete mode 100755 framework/admintools/horde-db-dumpschema.php
 delete mode 100755 framework/admintools/horde-db-updatedata.php
 delete mode 100755 framework/admintools/horde-db-updateschema.php

http://git.horde.org/diff.php/framework/admintools/horde-db-dumpdata.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0ee69a3b7a0d98225ff6de783d470c0014174c7a
http://git.horde.org/diff.php/framework/admintools/horde-db-dumpschema.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0ee69a3b7a0d98225ff6de783d470c0014174c7a
http://git.horde.org/diff.php/framework/admintools/horde-db-updatedata.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0ee69a3b7a0d98225ff6de783d470c0014174c7a
http://git.horde.org/diff.php/framework/admintools/horde-db-updateschema.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=0ee69a3b7a0d98225ff6de783d470c0014174c7a

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

commit a749ee481a5a3656cb2cb3ae8f917b3d2249fd84
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 22:06:03 2010 -0500

    Remove Horde_SQL_Manager now that the transition to Horde_Db_Migrations is well underway.

 framework/SQL/SQL/Manager.php |  340 -----------------------------------------
 framework/SQL/package.xml     |    1 -
 2 files changed, 0 insertions(+), 341 deletions(-)
 delete mode 100644 framework/SQL/SQL/Manager.php

http://git.horde.org/diff.php/framework/SQL/SQL/Manager.php?rt=horde-git&r1=4d249a3af4faea6509fe8da806264dd5d87ab4e5&r2=a749ee481a5a3656cb2cb3ae8f917b3d2249fd84
http://git.horde.org/diff.php/framework/SQL/package.xml?rt=horde-git&r1=9cb1db2414871d3c98a0ebed0d11288c84cb384f&r2=a749ee481a5a3656cb2cb3ae8f917b3d2249fd84

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

commit 26393fc1a7e6a63b2207a081541ede6f6fece228
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 23:20:48 2010 -0500

    Tests for creating tables with composite primary keys

 framework/Db/test/Horde/Db/Adapter/MysqliTest.php     |   11 +++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php  |   11 +++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php  |   11 +++++++++++
 framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php |   11 +++++++++++
 4 files changed, 44 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/MysqliTest.php?rt=horde-git&r1=ae0576c6fbb2bd837d77b9432c5e8cd08120f0fc&r2=26393fc1a7e6a63b2207a081541ede6f6fece228
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/MysqlTest.php?rt=horde-git&r1=ae0576c6fbb2bd837d77b9432c5e8cd08120f0fc&r2=26393fc1a7e6a63b2207a081541ede6f6fece228
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/PgsqlTest.php?rt=horde-git&r1=ae0576c6fbb2bd837d77b9432c5e8cd08120f0fc&r2=26393fc1a7e6a63b2207a081541ede6f6fece228
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=ae0576c6fbb2bd837d77b9432c5e8cd08120f0fc&r2=26393fc1a7e6a63b2207a081541ede6f6fece228

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

commit c8d23df75551096e33b0b9baccbfa9352423c374
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Jan 12 23:30:58 2010 -0500

    Implementation for primaryKey() that works with composite primary keys.

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

http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=c8d23df75551096e33b0b9baccbfa9352423c374




More information about the commits mailing list