Sqruff

Latest version: v0.24.3

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

Scan your dependencies

Page 1 of 16

0.24.3

What's Changed
* feat: implementing jinja templater by benfdking in https://github.com/quarylabs/sqruff/pull/1222
* chore: bump indexmap from 2.7.0 to 2.7.1 by dependabot in https://github.com/quarylabs/sqruff/pull/1224
* chore: bump types/react from 19.0.6 to 19.0.7 by dependabot in https://github.com/quarylabs/sqruff/pull/1228
* chore: bump types/node from 22.10.5 to 22.10.7 by dependabot in https://github.com/quarylabs/sqruff/pull/1230
* chore: bump serde_json from 1.0.135 to 1.0.137 by dependabot in https://github.com/quarylabs/sqruff/pull/1225
* chore: update node deps jan 20 by benfdking in https://github.com/quarylabs/sqruff/pull/1233
* feat: Add verbosity config to OutputStreamFormatter by duvenagep in https://github.com/quarylabs/sqruff/pull/1234
* refactor: remove unused `AsAny` trait and its implementation by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1235
* fix: allow arbitrary expressions in sqlite by benfdking in https://github.com/quarylabs/sqruff/pull/1240
* feat: enhance command descriptions for lint and fix commands by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1237
* refactor: simplify filename formatting by removing `IntoStatus` trait by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1236
* chore: bump version by benfdking in https://github.com/quarylabs/sqruff/pull/1241


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.24.2...v0.24.3

0.24.2

What's Changed
* chore: turn on all features for tests by benfdking in https://github.com/quarylabs/sqruff/pull/1213
* chore: update rust version by benfdking in https://github.com/quarylabs/sqruff/pull/1215
* refactor: replace sptr polyfill with std equivalent by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1216
* refactor: simplify `ErasedSegment::make_mut` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1217
* chore: make config simpler for templaters by benfdking in https://github.com/quarylabs/sqruff/pull/1211
* docs: Added Redshift to supported dialects by duvenagep in https://github.com/quarylabs/sqruff/pull/1218
* feat: add code to dianostic by benfdking in https://github.com/quarylabs/sqruff/pull/1220
* chore: bump version 24.2 by benfdking in https://github.com/quarylabs/sqruff/pull/1221

New Contributors
* duvenagep made their first contribution in https://github.com/quarylabs/sqruff/pull/1218

**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.24.1...v0.24.2

0.24.1

What's Changed
* chore: add superlong fix benchmark by benfdking in https://github.com/quarylabs/sqruff/pull/1208
* fix: fix just the vscode version by benfdking in https://github.com/quarylabs/sqruff/pull/1210
* refactor: remove `.clone()` for `LintFix` and `LintResult` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1204
* fix: fix vscode build by benfdking in https://github.com/quarylabs/sqruff/pull/1209
* refactoring around `RuleContext` by gvozdvmozgu in https://github.com/quarylabs/sqruff/pull/1202
* chore: bump version 24 1 by benfdking in https://github.com/quarylabs/sqruff/pull/1214


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.24.0...v0.24.1

0.23.1

What's Changed
* updating react 19 by benfdking in https://github.com/quarylabs/sqruff/pull/1158
* chore: copy over bracketed union by benfdking in https://github.com/quarylabs/sqruff/pull/1159
* feat: add ability to add unparsable errors by benfdking in https://github.com/quarylabs/sqruff/pull/1160
* chore: copying over show from databricks by benfdking in https://github.com/quarylabs/sqruff/pull/1162
* feat: optionally collect parsing errors by benfdking in https://github.com/quarylabs/sqruff/pull/1163
* chore: bump version 23 1 by benfdking in https://github.com/quarylabs/sqruff/pull/1164


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.23.0...v0.23.1

0.23.0

What's Changed
* feat: add is fixable to errors by benfdking in https://github.com/quarylabs/sqruff/pull/1155
* fix: respect specified config filename by bowmanjd in https://github.com/quarylabs/sqruff/pull/1156
* fix: returned error codes on fix by benfdking in https://github.com/quarylabs/sqruff/pull/1057
* chore: bump version 23 by benfdking in https://github.com/quarylabs/sqruff/pull/1157

New Contributors
* bowmanjd made their first contribution in https://github.com/quarylabs/sqruff/pull/1156

**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.22.0...v0.23.0

0.22.0

What's Changed
* fix: improve sparksql create table by benfdking in https://github.com/quarylabs/sqruff/pull/1105
* fix: select cluster by sparksql by benfdking in https://github.com/quarylabs/sqruff/pull/1106
* chore: copy over tests from sqlfluff by benfdking in https://github.com/quarylabs/sqruff/pull/1107
* feat: add constraint segments to sparksql by benfdking in https://github.com/quarylabs/sqruff/pull/1108
* feat: sparksql insert override by benfdking in https://github.com/quarylabs/sqruff/pull/1109
* docs: add databricks to dialect list by benfdking in https://github.com/quarylabs/sqruff/pull/1111
* feat: sparksql distrbute by in union by benfdking in https://github.com/quarylabs/sqruff/pull/1110
* feat: sparksql fix except with qualified column by benfdking in https://github.com/quarylabs/sqruff/pull/1114
* feat: sparksql primitive type variant by benfdking in https://github.com/quarylabs/sqruff/pull/1115
* feat: sparksql make columns in apply changes optional by benfdking in https://github.com/quarylabs/sqruff/pull/1116
* feat: track history in sparksql by benfdking in https://github.com/quarylabs/sqruff/pull/1117
* fix: sparksql recognise date part properly by benfdking in https://github.com/quarylabs/sqruff/pull/1118
* feat: implement use database with identifier by benfdking in https://github.com/quarylabs/sqruff/pull/1120
* feat: adding ansi test case for case by benfdking in https://github.com/quarylabs/sqruff/pull/1119
* feat: databricks drop volume by benfdking in https://github.com/quarylabs/sqruff/pull/1121
* feat: databricks comment on syntax by benfdking in https://github.com/quarylabs/sqruff/pull/1122
* feat: databricks time diff by benfdking in https://github.com/quarylabs/sqruff/pull/1123
* refactor: move sparksql describe grammar by benfdking in https://github.com/quarylabs/sqruff/pull/1124
* Revert "refactor: move sparksql describe grammar" by benfdking in https://github.com/quarylabs/sqruff/pull/1125
* Revert "Revert "refactor: move sparksql describe grammar"" by benfdking in https://github.com/quarylabs/sqruff/pull/1126
* feat: implement describe volume by benfdking in https://github.com/quarylabs/sqruff/pull/1127
* feat: make identifier work in databricks by benfdking in https://github.com/quarylabs/sqruff/pull/1128
* chore: introducing tests for indentifiers by benfdking in https://github.com/quarylabs/sqruff/pull/1129
* feat: implement declare or replace variable by benfdking in https://github.com/quarylabs/sqruff/pull/1130
* fix: translate over the description from parser by benfdking in https://github.com/quarylabs/sqruff/pull/1135
* chore: small cargo clipppy fixes by benfdking in https://github.com/quarylabs/sqruff/pull/1136
* chore: remove unused aliases of rules by benfdking in https://github.com/quarylabs/sqruff/pull/1133
* docs: small improvement to rules by benfdking in https://github.com/quarylabs/sqruff/pull/1137
* feat: throw error if config not found by benfdking in https://github.com/quarylabs/sqruff/pull/1139
* chore: bump vite from 6.0.5 to 6.0.6 by dependabot in https://github.com/quarylabs/sqruff/pull/1142
* chore: update cargo deps by benfdking in https://github.com/quarylabs/sqruff/pull/1149
* update typescript eslint by benfdking in https://github.com/quarylabs/sqruff/pull/1150
* chore: remove unused memory type by benfdking in https://github.com/quarylabs/sqruff/pull/1151
* chore: improve playwright test by benfdking in https://github.com/quarylabs/sqruff/pull/1152
* chore: improve playwright test and format by benfdking in https://github.com/quarylabs/sqruff/pull/1153
* fix: working on configure fix by benfdking in https://github.com/quarylabs/sqruff/pull/1138
* chore: bump version 22 by benfdking in https://github.com/quarylabs/sqruff/pull/1154


**Full Changelog**: https://github.com/quarylabs/sqruff/compare/v0.21.12...v0.22.0

Page 1 of 16

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.