Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wql sorting of object queries doesn't work #48

Open
wgrasshof opened this issue Feb 13, 2023 · 0 comments
Open

wql sorting of object queries doesn't work #48

wgrasshof opened this issue Feb 13, 2023 · 0 comments
Labels
bug Something isn't working Prio Medium WMS Core

Comments

@wgrasshof
Copy link
Contributor

if i have a object query the sorting does not work and it will be always sorted by objectId, independent of the order by statement.

The reason is, that the result object will be stored as key in a map and so sorting is always disabled. (CdbQuery.cpp Line 97 ff).

@wgrasshof wgrasshof added bug Something isn't working WMS Core Prio Medium labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Prio Medium WMS Core
Projects
None yet
Development

No branches or pull requests

1 participant