quarylabs / sqruff

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

feat: add `ST07` rule #489

Closed gvozdvmozgu closed 1 month ago

github-actions[bot] commented 1 month ago

Benchmark for d217867

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 209.1±3.32µs | 211.4±2.60µs | +1.10% | | fix_complex_query | 17.8±0.22ms | **17.6±0.18ms** | **-1.12%** | | parse_complex_query | 6.0±0.06µs | 6.0±0.10µs | 0.00% | | parse_expression_recursion | 11.7±0.08µs | 11.7±0.17µs | 0.00% | | parse_simple_query | **1604.2±28.57ns** | 1672.4±183.04ns | **+4.25%** |
github-actions[bot] commented 1 month ago

Benchmark for 0831cde

Click to view benchmark | Test | Base | PR | % | |------|--------------|------------------|---| | DepthMap::from_parent | 207.6±3.93µs | 210.4±3.03µs | +1.35% | | fix_complex_query | **17.5±0.11ms** | 17.7±0.11ms | **+1.14%** | | parse_complex_query | 6.2±0.19µs | **5.9±0.04µs** | **-4.84%** | | parse_expression_recursion | 11.9±0.11µs | 11.9±0.08µs | 0.00% | | parse_simple_query | 1566.2±58.76ns | 1560.6±17.23ns | -0.36% |