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

Enhanced implementation for WFS 2.0 response paging #1004

Merged
merged 10 commits into from
Dec 6, 2019

Conversation

tfr42
Copy link
Member

@tfr42 tfr42 commented Sep 19, 2019

Fixes #648 and replaces #832. This pull request enhances the paging mechanism for WFS GetFeature response processing when parameter STARTINDEX and COUNT are provided.
It uses SQL OFFSET/ROWS FETCH NEXT syntax which requires at least Oracle 12c, MS SQLServer 2008 or PostgreSQL 9.4. The behavior of PR #619 is preserved.

@tfr42 tfr42 added enhancement enhancement or improvement WFS deegree Web Feature Service labels Sep 19, 2019
@tfr42 tfr42 added this to the 3.4.10 milestone Sep 19, 2019
@lgoltz lgoltz force-pushed the pagingDb-5833 branch 2 times, most recently from 7e14331 to 8f8baa2 Compare October 22, 2019 19:17
@tfr42 tfr42 removed this from the 3.4.10 milestone Oct 25, 2019
@copierrj copierrj merged commit 17ad7fb into deegree:master Dec 6, 2019
@tfr42 tfr42 added this to the 3.4.11 milestone Dec 6, 2019
@tfr42 tfr42 removed this from the 3.4.11 milestone Dec 8, 2019
@tfr42 tfr42 added the invalid invalid label Dec 13, 2019
@copierrj
Copy link
Member

Unfortunately we had to revert this pull request because it was discovered that it breaks the build. In order to accept the suggested change it is required to prepare a new pull request. Sorry about that.

@lgoltz lgoltz deleted the pagingDb-5833 branch December 8, 2022 09:38
@tfr42 tfr42 added duplicate and removed enhancement enhancement or improvement WFS deegree Web Feature Service labels Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable handling of wfs parameters startindex and count in datastores
3 participants