Closed
Bug 1869253
Opened 2 years ago
Closed 2 years ago
Sort tags in the query instead of manually sorting the array later
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: mak, Assigned: daisuke)
References
Details
Attachments
(1 file)
From SQLite 3.44.2 it's possible to sort group_concat, so we don't need anymore to do a sort after querying tags.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1753a04329f5
Use ORDER BY clause in group_concat() for tags r=places-reviewers,mak
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
Updated•1 year ago
|
Depends on: SQLite3.45.1
Updated•1 year ago
|
No longer depends on: SQLite3.45.1
You need to log in
before you can comment on or make changes to this bug.
Description
•