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.
187 B
187 B
1 | pk | cnt | name | name2 | wkt |
---|---|---|---|---|---|
2 | 5 | -200 | NuLl | Point(-71.123 78.23) | |
3 | 3 | 300 | Pear | PEaR | |
4 | 1 | 100 | Orange | oranGe | Point(-70.332 66.33) |
5 | 2 | 200 | Apple | Apple | Point(-68.2 70.8) |
6 | 4 | 400 | Honey | Honey | Point(-65.32 78.3) |