v0.18.1
What's Changed
- feat: add from dialect into parser by @benfdking in #785
- feat(playground): add header by @gvozdvmozgu in #773
- chore: update deps for testing upgrade by @benfdking in #786
- internal: update deploy.yml by @gvozdvmozgu in #787
- refactor: remove dead code by @gvozdvmozgu in #789
- fix(lineage): properly handle
ON
clauses inJOIN
operations by @gvozdvmozgu in #788 - refactor: uncloupling sqlinference from lib by @benfdking in #791
- fix: prevent underflow in
EditType::CreateBefore
by usingsaturating_sub
by @gvozdvmozgu in #790 - fix: update path to dialect fixtures in benchmark script by @gvozdvmozgu in #793
- refactor: cache
code_indices
usingOnceCell
by @gvozdvmozgu in #795 - refactor: optimize newline normalization by using
lazy_regex::regex!
and returningCow<str>
to reduce allocations by @gvozdvmozgu in #792 - internal: add
[workspace.lints.rust]
to workspaceCargo.toml
by @gvozdvmozgu in #797 - refactor: clean up Linter interface by @gvozdvmozgu in #794
- chore: add clippy lints for performance and cloning warnings by @gvozdvmozgu in #799
- chore: bump esbuild from 0.23.1 to 0.24.0 by @dependabot in #809
- chore: bump actions/configure-pages from 4 to 5 by @dependabot in #803
- chore: udpate cargo dependencies by @benfdking in #810
- chore: update september node deps by @benfdking in #811
- refactor: use static dispatch instead of dynamic for
Matchable
by @gvozdvmozgu in #801 - refactor: simplify runner by @gvozdvmozgu in #800
- feat: add nothing to fix skip by @benfdking in #814
- docs: adding some configuration docs to the readme by @benfdking in #816
- chore: remove
let_chains
feature by @benfdking in #815 - refactor: use
eq_ignore_case
where possible and attempt to reduce allocations in.raw
by @gvozdvmozgu in #796 - chore: typos, small linting issues by @benfdking in #818
- docs: add about github output format detection by @benfdking in #821
- fix: modify name and make it sqruff by @benfdking in #822
- feat: automatically detect github action by @benfdking in #820
- chore: move to stable for compatibility by @benfdking in #817
- chore: update cargo dependencies by @benfdking in #824
- chore: update node dependencies by @benfdking in #825
- chore: bump version 18 1 by @benfdking in #827
Full Changelog: v0.18.0...v0.18.1