[SqlDelight] Ive noticed that if I sort rows by so...
# squarelibraries
z
[SqlDelight] Ive noticed that if I sort rows by some field (e.g. timestamp) and two entities have the same value, the last updated value in the database is returned last. Are there any recommendations to make the ordering persistent for such entities? In practice, I have a list with A, B, C (all with equal timestamps), if I update B, the resulting list will be A ,C, B. This shift looks very odd.