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
Describe the bug
Today we don't split before a between's and, see #124
But this is wrong, we should still split before it, we should just merge it more aggressively than other ands.
* refactor: simplify op priority logic
* chore: bump development to py3.10, fix warnings
* fix: do not treat square brackets as standalone operators (regression from prev commit)
* refactor: create OperatorPrecedence enum and tiers
* feat: parse more operators into specific tiers
* fix#207: between's and now a tight word operator
* feat: add more granular operator precedence, close#200
* chore: update changelog and readme
* chore: bump primer refs
* fix: fix bugs in op precedence, improve test coverage
* fix: update primer stats for dbt-utils
Describe the bug
Today we don't split before a between's and, see #124
But this is wrong, we should still split before it, we should just merge it more aggressively than other ands.
To Reproduce
From Gitlab
Expected behavior
Actual behavior
Additional context
What is the output of
sqlfmt --version
?commit 88617d2 (0.10pre)
The text was updated successfully, but these errors were encountered: