Commit graph

9 commits

Author SHA1 Message Date
Aleksander Machniak
c2556f00e3 Migrate kolab cache tables to utf8mb4 2021-10-11 10:48:05 +02:00
Aleksander Machniak
eee719e6d2 T2337: Make cache folder (resource) identifiers case-sensitive on MySQL 2019-09-29 13:24:55 +02:00
Jeroen van Meeuwen (Kolab Systems)
f828f9925e Revert "Drop the removal of records from kolab_folders"
This reverts commit a71b1342ee.

The payload in the 'data' column is restructured.
2019-07-08 11:51:20 +02:00
Jeroen van Meeuwen (Kolab Systems)
a71b1342ee Drop the removal of records from kolab_folders 2019-05-07 10:37:45 +02:00
Aleksander Machniak
e69f920de3 Slim down kolab cache (drop xml column, change data format) (Bifrost#T61991) 2019-05-07 10:37:45 +02:00
Aleksander Machniak
a689f3dce6 Support unicode characters in UIDs on MySQL (Bifrost#T75336)
Fixes DB Error: [1267] Illegal mix of collations (ascii_general_ci,IMPLICIT)
and (utf8_general_ci,COERCIBLE) for operation '='.
2018-02-13 08:54:43 +01:00
Aleksander Machniak
abe4df5a89 Support UIDs up to 512 characters 2017-07-19 14:41:21 +02:00
Thomas Bruederli
39449c11ce Improve groupware object cache synchronization (#3933):
- store and compare the number of objects stored after last sync
- use a (configurable) refresh interval and periodically force re-sync

ATTENTION: requires database schema updates
2015-02-05 15:27:28 +01:00
Aleksander Machniak
bd9b14e3c6 Fix problem with disappearing events caused by DB errors (#4257)
Object "tags" string may for some object types be longer than 255 characters.
Modified "tags" column type to text (clob in Oracle) for all kolab_cache_* tables.
2015-01-16 08:02:51 -05:00