clickhouse-datasource
clickhouse-datasource copied to clipboard
Allow empty string values for `$__conditionAll` macro
Fixes #947 but may also break #262.
It makes sense to allow empty strings for this macro, anyone who wishes to exclude the macro can use $__all
in their query to get the 1=1
functionality.
Changes:
- Empty string will no longer replace the macro with
1=1
- Changelog