The branch "master" has been updated. The following is a summary of the commits.
from: 985f1defd07219f1d73e99731a8a77b1e5098a23 43a361d Force converting to LONGBLOB columns in MySQL. ----------------------------------------------------------------------- commit 43a361d7608561ff78cf268adde1c8bc5dc98e62 Author: Jan Schneider <[email protected]> Date: Fri Apr 19 11:54:40 2013 +0200 Force converting to LONGBLOB columns in MySQL. Require Horde_Db 2.0.3 to make sure that the binary-to-binary migration indeed creates LONGBLOB columns. Won't merge to FRAMEWORK_5_0 to avoid messing up the schema numbers. ansel/migration/11_ansel_fix_blob_length.php | 13 +++++ ansel/package.xml | 2 +- .../Horde/ActiveSync/16_horde_activesync_fix_blob_length.php | 12 ++++ framework/ActiveSync/package.xml | 2 +- .../Cache/migration/Horde/Cache/2_horde_cache_fix_blob_length.php | 12 ++++ framework/Cache/package.xml | 2 +- .../Prefs/migration/Horde/Prefs/3_horde_prefs_fix_blob_length.php | 12 ++++ framework/Prefs/package.xml | 2 +- .../SessionHandler/2_horde_sessionhandler_fix_blob_length.php | 12 ++++ framework/SessionHandler/package.xml | 2 +- framework/Vfs/migration/Horde/Vfs/3_horde_vfs_fix_blob_length.php | 13 +++++ framework/Vfs/package.xml | 2 +- turba/migration/8_turba_fix_blob_length.php | 13 +++++ turba/package.xml | 2 +- 14 files changed, 94 insertions(+), 7 deletions(-) create mode 100644 ansel/migration/11_ansel_fix_blob_length.php create mode 100644 framework/ActiveSync/migration/Horde/ActiveSync/16_horde_activesync_fix_blob_length.php create mode 100644 framework/Cache/migration/Horde/Cache/2_horde_cache_fix_blob_length.php create mode 100644 framework/Prefs/migration/Horde/Prefs/3_horde_prefs_fix_blob_length.php create mode 100644 framework/SessionHandler/migration/Horde/SessionHandler/2_horde_sessionhandler_fix_blob_length.php create mode 100644 framework/Vfs/migration/Horde/Vfs/3_horde_vfs_fix_blob_length.php create mode 100644 turba/migration/8_turba_fix_blob_length.php http://git.horde.org/horde-git/-/commit/43a361d7608561ff78cf268adde1c8bc5dc98e62 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
