[commits] Horde branch master updated. 870c6e784876030d9ac654303cd594cf942dd2cb
Jan Schneider
jan at horde.org
Mon Nov 17 21:38:37 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: 435cf868740aa83fe060c67233872438d4f0ed8d
4448f17 Catch this invalid use case.
915774f Fix several autoincrementKey issues.
0d80dfc Fix using addColumn() with autoincrementKey types in SQLite.
3c8369a Add autoincrement unit tests.
2d384c6 Add a migration test.
870c6e7 [jan] Fix migration with Oracle.
Summary: http://github.com/horde/horde/compare/435cf868740aa83fe060c67233872438d4f0ed8d...870c6e784876030d9ac654303cd594cf942dd2cb
-----------------------------------------------------------------------
commit 4448f17dd9ee342d7828ab4be7549cd7e38502f3
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 20:06:36 2014 +0100
Catch this invalid use case.
framework/Db/lib/Horde/Db/Adapter/Base/TableDefinition.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/4448f17dd9ee342d7828ab4be7549cd7e38502f3
-----------------------------------------------------------------------
commit 915774f12bcfbfd0ac27af0abfdd266f0e3ce7e5
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 20:08:38 2014 +0100
Fix several autoincrementKey issues.
- Changing a column to autoincrementKey failed if it already contained values.
- The trigger and sequence weren't created when adding an autoincrementKey
column via addColumn().
framework/Db/lib/Horde/Db/Adapter/Oracle/Schema.php | 44 ++++++++++++++++---
framework/Db/package.xml | 2 +
2 files changed, 39 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/915774f12bcfbfd0ac27af0abfdd266f0e3ce7e5
-----------------------------------------------------------------------
commit 0d80dfcaff9b701a3c5a0c7004538271a8f13a76
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 20:12:02 2014 +0100
Fix using addColumn() with autoincrementKey types in SQLite.
framework/Db/lib/Horde/Db/Adapter/Sqlite/Schema.php | 22 ++++++++++++++----
framework/Db/package.xml | 2 +
2 files changed, 19 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/0d80dfcaff9b701a3c5a0c7004538271a8f13a76
-----------------------------------------------------------------------
commit 3c8369a3001090931df025416bdaa21739a2c834
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 20:12:22 2014 +0100
Add autoincrement unit tests.
framework/Db/test/Horde/Db/Adapter/TestBase.php | 71 +++++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/3c8369a3001090931df025416bdaa21739a2c834
-----------------------------------------------------------------------
commit 2d384c61da6186ec28df11c8f3cf6d3d288ae6ca
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 22:36:55 2014 +0100
Add a migration test.
framework/History/test/Horde/History/Sql/Base.php | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/2d384c61da6186ec28df11c8f3cf6d3d288ae6ca
-----------------------------------------------------------------------
commit 870c6e784876030d9ac654303cd594cf942dd2cb
Author: Jan Schneider <jan at horde.org>
Date: Mon Nov 17 22:37:54 2014 +0100
[jan] Fix migration with Oracle.
.../Horde/History/4_horde_history_add_compositeindex.php | 2 ++
framework/History/package.xml | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/870c6e784876030d9ac654303cd594cf942dd2cb
More information about the commits
mailing list