Long message that gets split is shown in the wrong order
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
messaging-app (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Two Messages were delivered as
TS 1 Msg 1 Part 1
TS 2 Msg 1 Part 2
TS 3 Msg 2 Part 1
TS 3 Msg 1 Part 3
TS 4 Msg 2 Part 2
TS 5 Msg 2 Part 4
TS 5 Msg 2 Part 3
The database shows them all in the correct order of arrival.
SELECT * FROM text_events ORDER BY timestamp; is correct order
SELECT * FROM text_events ORDER BY timestamp DESC; is the incorrect order
The event ids contain timestamps and a serial number and are in the correct order
Sent from an iPhone 5s
eventid timestamp
"2015-11-
"2015-11-
"2015-11-
"2015-11-
"2015-11-
"2015-11-
"2015-11-
summary: |
- Long message tat gets split is shown in the wrong order + Long message that gets split is shown in the wrong order |
description: | updated |
description: | updated |
Lets see if anyone hits this