null filter

This commit is contained in:
drethereum 2026-01-14 08:37:33 -07:00
parent 59a1e9d597
commit 05141a60a8

View File

@ -81,7 +81,7 @@
{% else %}
AND (DATA :error IS NULL OR DATA :error :: STRING IS NULL)
{% endif %}
AND DATA IS NOT NULL
AND DATA IS NOT NULL AND DATA :: STRING <> 'null'
{% endif %}
{% endmacro %}
@ -170,6 +170,6 @@ WHERE
{% else %}
AND (DATA :error IS NULL OR DATA :error :: STRING IS NULL)
{% endif %}
AND DATA IS NOT NULL
AND DATA IS NOT NULL AND DATA :: STRING <> 'null'
{% endif %}
{% endmacro %}