quarylabs / sqruff

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

feat: add `ST06` rule #486

Closed gvozdvmozgu closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for de9358b

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 207.7±3.26µs | 210.2±4.44µs | +1.20% | | fix_complex_query | 17.5±0.04ms | 17.5±0.20ms | 0.00% | | parse_complex_query | 6.0±0.08µs | 6.0±0.10µs | 0.00% | | parse_expression_recursion | 11.8±0.11µs | 11.7±0.11µs | -0.85% | | parse_simple_query | 1600.4±35.76ns | **1553.5±14.18ns** | **-2.93%** |
benfdking commented 1 month ago

@gvozdvmozgu good to go?

gvozdvmozgu commented 1 month ago

yes

github-actions[bot] commented 1 month ago

Benchmark for d5abdcd

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 211.2±2.57µs | **206.8±3.35µs** | **-2.08%** | | fix_complex_query | 17.5±0.17ms | 17.5±0.10ms | 0.00% | | parse_complex_query | 6.0±0.04µs | 6.0±0.05µs | 0.00% | | parse_expression_recursion | 11.7±0.11µs | **11.6±0.08µs** | **-0.85%** | | parse_simple_query | 1605.8±41.68ns | **1577.6±9.44ns** | **-1.76%** |