mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
We always want NULL values sorted first, and never want to try to directly compare NULL/not NULL values. Doing so raises an exception on the PyQt6 builds, where NULL === None and comparisons between None and not-None values are prohibited in Python