[Tickets #14019] Re: Folder rename via activesync is broken
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jun 22 09:20:33 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14019
------------------------------------------------------------------------------
Ticket | 14019
Updated By | horde at albasoft.com
Summary | Folder rename via activesync is broken
Queue | Synchronization
Version | Git master
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
horde at albasoft.com (2015-06-22 09:20) wrote:
> Partially committed. The sync_key stuff is not necessary since the
> combination of user, device, and folder is already unique enough.
> I.e., all rows that match that combination must have the folderid
> changed.
In my DB I can see more than one record with same user, device, and
folder. These are records belonging to consecutive sync_key. But
"sync_data" is different for each of these records (different SYNC
requests).
The sql UPDATE code makes "sync_data" the same for all those records,
as it doesn't have sync_key into account.
More information about the bugs
mailing list