mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +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.