Comment 0 for bug 1513580

Revision history for this message
Pat McGowan (pat-mcgowan) wrote : Long message tat gets split is shown in the wrong order

Two Messages were delivered as

Msg 1 Part 1
Msg 1 Part 2
Msg 2 Part 1
Msg 1 Part 3
Msg 2 Part 2
Msg 2 Part 4
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