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

WFS provider: use expression query builder when adding a filter, if a SQL request is not already set #47056

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Jan 28, 2022

Fixes #46888, fixes #42800

If we have an existing full SQL request (typically set before adding the
layer), open the SQL editor. Otherwise use the standard expression builder.

… SQL request is not already set

Fixes qgis#46888, fixes qgis#42800

If we have an existing full SQL request (typically set before adding the
layer), open the SQL editor. Otherwise use the standard expression builder.
@rouault rouault added the backport queued_ltr_backports Queued Backports label Jan 28, 2022
@github-actions github-actions bot added this to the 3.24.0 milestone Jan 28, 2022
@pathmapper
Copy link
Contributor

Just tested this locally and it works as expected 🎉 :

  • Data Source Manager -> Build Query -> Add WFS Layer : SQL editor for filter
  • Add WFS layer via QGIS browser: Expression query builder for filter

@rduivenvoorde
Copy link
Contributor

rduivenvoorde commented Feb 3, 2022

THANKS² THANKS²!!!!
(also from my non sql/techie friends)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants