mirror of
https://github.com/qgis/QGIS.git
synced 2025-07-02 00:03:20 -04: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