Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information