-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Backport release-3_40] Fix boolean filtering in QGIS expressions wit…
…h WFS layers (#60076) PR #56369 introduced a regression for WFS layers, because stopping using 'false' and 'true' strings to compare with boolean fields in qgis expressions, and forcing to use the keywords false and true, it conflicted with the internal SQLite cache database of WFS layers. This PR fixes it by storing internal boolean in SQLite cache database in the right form compatible with QGIS internal functions (i.e. storing '0' and '1' strings instead of 'true' and 'false' strings).
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters