[Rtcomm] [Bug 7512] conversations are ordered by event id instead of date

bugzilla-daemon at maemo.org bugzilla-daemon at maemo.org
Thu Dec 31 16:46:15 EET 2009


https://bugs.maemo.org/show_bug.cgi?id=7512





------- Comment #2 from corsac at debian.org  2009-12-31 16:46 GMT+3 -------
Confirmation: 

* importing sms1 (dated 29 nov 2009)
* importing sms2 (dated 30 nov 2009) 
* sms1 is shown before sms2
* sms1 and sms2 are shown after all sms received from the contact (in december)
* swaping the ids in el.db using:
** update events set id=tmpid where id=sms1id;
** update events set id=sms1id where id =sms2id;
** update events set id=sms2id where id=tmpid;
* sms2 appears before sms1 (and still after all previously received sms)

So it looks like the list is definitely ordered by id (or not ordered at all,
and only the order returned by sqlite is used)


-- 
Configure bugmail: https://bugs.maemo.org/userprefs.cgi?tab=email
Replies to this email are NOT read, instead please add comments at
https://bugs.maemo.org/show_bug.cgi?id=7512
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Rtcomm mailing list