[commits] Horde branch db-migrations updated. a6d248db09c72352af923250f4136eb90ad68744
Chuck Hagenbuch
chuck at horde.org
Sun Dec 13 16:58:41 UTC 2009
The branch "db-migrations" has been updated.
The following is a summary of the commits.
from: 61737a161c882b3e4a5f9461d057091f93fce2d4
338be01 Fix inclusion of PHPUnit
a58c848 Enable tests for ALTER functionality
5aa4635 Start fixing migration tests
d6e9019 Change Horde_Db_Migration_Base constructor
3bcb91f Set type first so that it can be used when detecting defaults
54387f1 Make TableDefinition iteratable (across columns)
defa5b9 Fix detecting default string values
a6d248d Implement workarounds for missing SQLite ALTER TABLE functionality.
-----------------------------------------------------------------------
commit 338be01bb2cc19fa3ba31a8137388c79d0c2af9b
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:53:33 2009 -0500
Fix inclusion of PHPUnit
framework/Db/test/Horde/Db/AllTests.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/AllTests.php?rt=horde-git&r1=dcad7e02f5dca586fb2e727e19f27b15c969afa1&r2=338be01bb2cc19fa3ba31a8137388c79d0c2af9b
-----------------------------------------------------------------------
commit a58c848f7780cb78afe1ccc322a2dd832fc84e5f
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:54:41 2009 -0500
Enable tests for ALTER functionality
framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php | 46 +++--------------
1 files changed, 8 insertions(+), 38 deletions(-)
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Adapter/Pdo/SqliteTest.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=a58c848f7780cb78afe1ccc322a2dd832fc84e5f
-----------------------------------------------------------------------
commit 5aa4635ba5eb81cd3f68ec55e20053e44b8e8050
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:55:16 2009 -0500
Start fixing migration tests
framework/Db/test/Horde/Db/Migration/BaseTest.php | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/framework/Db/test/Horde/Db/Migration/BaseTest.php?rt=horde-git&r1=2e5305216fa36f7839a7bc6dac2092c19d6dd250&r2=5aa4635ba5eb81cd3f68ec55e20053e44b8e8050
-----------------------------------------------------------------------
commit d6e9019dcba9e8c448d76167ac58b553975fb296
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:55:42 2009 -0500
Change Horde_Db_Migration_Base constructor
framework/Db/lib/Horde/Db/Migration/Base.php | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Migration/Base.php?rt=horde-git&r1=4adfd3e11b4d9b36b61386dc83101d3d309c9d58&r2=d6e9019dcba9e8c448d76167ac58b553975fb296
-----------------------------------------------------------------------
commit 3bcb91f63c75dd42a11b597f17557f1cdf9da76e
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:56:42 2009 -0500
Set type first so that it can be used when detecting defaults
framework/Db/lib/Horde/Db/Adapter/Abstract/Column.php | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Abstract/Column.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=3bcb91f63c75dd42a11b597f17557f1cdf9da76e
-----------------------------------------------------------------------
commit 54387f10f1f7f9a6bafb71a835bccb20ac4809c7
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:57:20 2009 -0500
Make TableDefinition iteratable (across columns)
framework/Db/lib/Horde/Db/Adapter/Abstract/TableDefinition.php | 14 ++++++-
1 files changed, 12 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Abstract/TableDefinition.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=54387f10f1f7f9a6bafb71a835bccb20ac4809c7
-----------------------------------------------------------------------
commit defa5b96157bd528dcf43bde662670aa525b9175
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:57:50 2009 -0500
Fix detecting default string values
framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php | 33 +++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Sqlite/Column.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=defa5b96157bd528dcf43bde662670aa525b9175
-----------------------------------------------------------------------
commit a6d248db09c72352af923250f4136eb90ad68744
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Dec 13 11:58:16 2009 -0500
Implement workarounds for missing SQLite ALTER TABLE functionality.
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 244 ++++++++++---------
1 files changed, 132 insertions(+), 112 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=a6d248db09c72352af923250f4136eb90ad68744
More information about the commits
mailing list