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

Apply count and startindex to queries without SORTBY/FILTER in blob mode #1467

Merged
merged 1 commit into from
May 12, 2023

Conversation

lgoltz
Copy link
Contributor

@lgoltz lgoltz commented Feb 6, 2023

Fixes #1458

@lgoltz lgoltz added bug error issue and bug (fix) WFS deegree Web Feature Service labels Feb 6, 2023
@tfr42 tfr42 added enhancement enhancement or improvement and removed enhancement enhancement or improvement labels Feb 8, 2023
@lgoltz lgoltz added this to the 3.5 milestone Feb 9, 2023
@tfr42
Copy link
Member

tfr42 commented May 12, 2023

Currently no unit or integration tests are in place to verify the expected behaviour.
To test this manually the following steps need to be executed:

  • setup database such as PostgreSQL
  • configure a SQLFeatureStore with BLOB-mode using the deegree GmlTool
  • import test data
  • configure a WFS linked to the SQLFeatureStore
  • send WFS GetFeature requests using SORTBY parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix) WFS deegree Web Feature Service
Projects
None yet
Development

Successfully merging this pull request may close these issues.

COUNT and STARTINDEX parameters are ignored when using BLOB store
3 participants