Summary | converting horde_prefs ->pref_value to blob destroys account_prefs |
Queue | Horde Base |
Queue Version | 5.0.4 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | norbi (at) rocknob (dot) de |
Created | 04/11/2013 (4468 days ago) |
Due | |
Updated | 04/19/2013 (4460 days ago) |
Assigned | |
Resolved | 04/19/2013 (4460 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Bug 12195State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ converting horde_prefs ->pref_value to blob destroys account_prefs
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
be converted from longtext to blob !
blob can handle max 65000 characters so you destroy accounts with more
identities or other long serialized strings.
the field "pref_value" must be converted to "mediumblob"