diff 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
line wrap: on
line diff
--- a/README	Thu Sep 30 16:55:05 2021 +0200
+++ b/README	Thu Sep 30 18:56:42 2021 +0200
@@ -55,6 +55,7 @@
 
 - Arnaud Joset
 - W. Martin Borgert
+- Stephen Paul Weber
 
 
 ** CONTRIBUTIONS **