You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous implementation wrapped each addition operation in an
unnecessary set of parentheses therefore the expression looked like
this:
[Column<'coalesce(
(((((((((((((((((((((((((((((((((((((((((((((((((((((
0 +
CASE WHEN (coalesce(count(CASE WHEN ...)))) +
CASE WHEN (coalesce(count(CASE WHEN ...)))) +
etc...
which was quite annoyinf. SO I've rewritten it so that doesn't happen.
0 commit comments