Mercurial > libervia-pubsub
comparison README @ 457:7c9792f934a2
psql: use `created` colum to sort by creation:
`item_id` was used to sort by creation because it correspond to it and it's slighly more
efficient, but #398 raises the use case of manually modified database to import items.
The column has been changed to suit this use case, and `item_id` is now always added as
last order, in case of date conflicts.
This patch extends a contribution from Stephen Paul Weber (Singpolyma) from the ticket
mentioned below.
fix: 398
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Sep 2021 18:56:42 +0200 |
parents | 074037832daf |
children |
comparison
equal
deleted
inserted
replaced
456:b52ebc45b8e3 | 457:7c9792f934a2 |
---|---|
53 | 53 |
54 SàT Pubsub has received contributions from: | 54 SàT Pubsub has received contributions from: |
55 | 55 |
56 - Arnaud Joset | 56 - Arnaud Joset |
57 - W. Martin Borgert | 57 - W. Martin Borgert |
58 - Stephen Paul Weber | |
58 | 59 |
59 | 60 |
60 ** CONTRIBUTIONS ** | 61 ** CONTRIBUTIONS ** |
61 | 62 |
62 Here are the URIs you can use to publish/retrieve tickets or merge requests: | 63 Here are the URIs you can use to publish/retrieve tickets or merge requests: |