Sqruff

Latest version: v0.21.10

Safety actively analyzes 688578 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 15

0.21.4

What's Changed
* refactor: use `std::mem::take` instead of cloning and clearing `seg_buff` in `ReflowSequence` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/985
* chore: implement custom `Debug` for `SyntaxSet` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/984
* feat: slight output improvement by benfdking in https://github.com/quarylabs/sqruff/pull/986
* feat: add simple docker images by benfdking in https://github.com/quarylabs/sqruff/pull/988


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.3...v0.21.4

0.21.3

What's Changed
* docs: add python to docs by benfdking in https://github.com/quarylabs/sqruff/pull/976
* feat: add summarize to duckdb by benfdking in https://github.com/quarylabs/sqruff/pull/977
* chore: bump typescript from 5.6.3 to 5.7.2 by dependabot in https://github.com/quarylabs/sqruff/pull/979
* chore: bump types/mocha from 10.0.9 to 10.0.10 by dependabot in https://github.com/quarylabs/sqruff/pull/978
* chore: bump vscode/test-web from 0.0.63 to 0.0.64 by dependabot in https://github.com/quarylabs/sqruff/pull/980
* fix: describe statements in duckdb by benfdking in https://github.com/quarylabs/sqruff/pull/981
* chore: update version to 21 3 by benfdking in https://github.com/quarylabs/sqruff/pull/982


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.2...v0.21.3

0.21.2

What's Changed
* chore: just run cargo test by benfdking in https://github.com/quarylabs/sqruff/pull/973
* refactor: move postgres statement segments into func by benfdking in https://github.com/quarylabs/sqruff/pull/974
* Fix DuckDB LOAD syntax support by benfdking in https://github.com/quarylabs/sqruff/pull/891
* chore: bump version 21.2 by benfdking in https://github.com/quarylabs/sqruff/pull/975


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.1...v0.21.2

0.21.1

What's Changed
* fix: adding python environments for deploy by benfdking in https://github.com/quarylabs/sqruff/pull/970
* chore: update 21 1 by benfdking in https://github.com/quarylabs/sqruff/pull/971


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.0...v0.21.1

0.21.0

What's Changed
* refactor: `ErasedSegment::children` to return an iterator by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/925
* refactor: remove redundant `gather_segments` method and use `segments… by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/931
* refactor: remove unused `get_raw_upper` method from `ErasedSegment` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/932
* chore: bump anstyle from 1.0.9 to 1.0.10 by dependabot in https://github.com/quarylabs/sqruff/pull/926
* chore: bump serde from 1.0.213 to 1.0.214 by dependabot in https://github.com/quarylabs/sqruff/pull/927
* update eslint by benfdking in https://github.com/quarylabs/sqruff/pull/934
* chore: update cargo deps by benfdking in https://github.com/quarylabs/sqruff/pull/936
* chore: update node dependencies by benfdking in https://github.com/quarylabs/sqruff/pull/937
* refactor: add start-of-string anchor to regex patterns in lexer by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/940
* fix: correct newline regex patterns by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/941
* chore: update rust version by benfdking in https://github.com/quarylabs/sqruff/pull/945
* chore: update deps after rust by benfdking in https://github.com/quarylabs/sqruff/pull/946
* refactor: simplify lifetimes and closures by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/955
* refactor: simplify OutputStreamFormatter by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/954
* chore: update cargo deps by benfdking in https://github.com/quarylabs/sqruff/pull/956
* chore: move `sqruff-lib-dialects` from dependencies to dev-dependencies in `sqlinference` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/957
* chore: update node deps by benfdking in https://github.com/quarylabs/sqruff/pull/958
* refactor: only depend on templaters function and name by benfdking in https://github.com/quarylabs/sqruff/pull/960
* chore: add coverage to gitignore by benfdking in https://github.com/quarylabs/sqruff/pull/961
* chore: slight clean up getting rid of panics by benfdking in https://github.com/quarylabs/sqruff/pull/962
* chore: update to node 22 by benfdking in https://github.com/quarylabs/sqruff/pull/963
* chore: update cargo dependencies by benfdking in https://github.com/quarylabs/sqruff/pull/964
* feat: implement python templater by benfdking in https://github.com/quarylabs/sqruff/pull/871
* chore: add maturin to tools by benfdking in https://github.com/quarylabs/sqruff/pull/966
* chore: maturin needs 3.9 by benfdking in https://github.com/quarylabs/sqruff/pull/965
* feat: maturin bundle in python templater by benfdking in https://github.com/quarylabs/sqruff/pull/967
* chore: test against multiple python versions by benfdking in https://github.com/quarylabs/sqruff/pull/968
* chore: bump version 21 by benfdking in https://github.com/quarylabs/sqruff/pull/969


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.20.2...v0.21.0

0.20.2

What's Changed
* feat: add stdin code by benfdking in https://github.com/quarylabs/sqruff/pull/913
* docs: clarify templaters options by benfdking in https://github.com/quarylabs/sqruff/pull/922
* ci: fix maturin rust toolchain by concur1 in https://github.com/quarylabs/sqruff/pull/920
* chore: bump version to 20.2 by benfdking in https://github.com/quarylabs/sqruff/pull/923


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.20.1...v0.20.2

Page 2 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.