mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
- Allow simple operators as supported by OGR (+, -, * ) - Only return a partial compilation success if expression contains "column"="column2". Since OGR SQL performs case insensitive comparisons, we need to double check the result using QGIS' expressions to ensure that case matches. Add unit tests for this to provider tests.