forked from Qortal/qortal
Fixed ordering, to keep consistency with existing approach.
This commit is contained in:
parent
c0f29f848f
commit
865d3d8aff
@ -552,7 +552,7 @@ public class HSQLDBArbitraryRepository implements ArbitraryRepository {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sql.append(" ORDER BY created_when");
|
sql.append(" ORDER BY name COLLATE SQL_TEXT_UCC_NO_PAD");
|
||||||
|
|
||||||
if (reverse != null && reverse) {
|
if (reverse != null && reverse) {
|
||||||
sql.append(" DESC");
|
sql.append(" DESC");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user