annotate .hgignore @ 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 d99047cd90f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
231
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 tags
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
7 twistd.log
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
8 twistd.pid
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
9 bridge_constructor/generated
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
10 _trial_temp/
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
11 sat.egg-info
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
12 *.un~
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
13 dist
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
14 MANIFEST
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
15 build