quarylabs / sqruff

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

Refactor `Query` struct: remove `Arc<RefCell>` and flatten structure #526

Open gvozdvmozgu opened 1 month ago

gvozdvmozgu commented 1 month ago

Refactor the Query struct by removing the Arc<RefCell> wrapper, flattening the nested QueryInner struct, and eliminating the generic type T.