qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.67k stars 3.02k forks source link

Collapse OR nodes into IN #59440

Closed elpaso closed 2 weeks ago

elpaso commented 2 weeks ago

Fixes #43992 but also implements an optimization of OR chained nodes by turning them into IN conditions when possible.

On behalf of: Faunalia

github-actions[bot] commented 2 weeks ago

🪟 Windows builds

Download Windows builds of this PR for testing. Debug symbols for this build are available here. (Built from commit 72e215b0b082bc534551316116d5cea3cb86df90)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing. (Built from commit 72e215b0b082bc534551316116d5cea3cb86df90)

elpaso commented 2 weeks ago

@troopa81 thank you for your review and suggestions, much appreciated!