mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
This change adds back the ability to throw out both empty strings and null values with the not equals statement like `[attr] != ''` Note: this does not mean null == '' because the needed compatibility fix only addresses the "not equals` operator to retain the historical usage of not matching nulls.