quarylabs / sqruff

Fast SQL formatter/linter
https://quary.dev/
Apache License 2.0
277 stars 6 forks source link

feat: add ST05 rule #497

Closed gvozdvmozgu closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for d468565

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 209.5±5.94µs | 208.3±4.48µs | -0.57% | | fix_complex_query | 17.5±0.12ms | 17.5±0.22ms | 0.00% | | parse_complex_query | **6.0±0.05µs** | 6.1±0.09µs | **+1.67%** | | parse_expression_recursion | 11.9±0.17µs | 11.8±0.14µs | -0.84% | | parse_simple_query | **1557.8±25.26ns** | 1611.8±90.32ns | **+3.47%** |
gvozdvmozgu commented 1 month ago

I'll probably continue in another branch.