You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trevin Chow shipped two rules pre-v0.6 that were missed when the
Contributors section first landed:
- W011 union-without-all (PR #12)
- P005 sqlalchemy-text-fstring (PR #25), one of the five Python rules
Reordered the table chronologically by first contribution so the
thank-you reads in joining order: tmchow, mvanhorn, Prabhu-1409.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -437,8 +437,10 @@ Thank you to the people who have shipped rules and code to sql-sop.
437
437
438
438
| Contributor | Contribution |
439
439
|---|---|
440
-
|[@Prabhu-1409](https://github.com/Prabhu-1409)|[W013 `window-without-partition`](https://github.com/Pawansingh3889/sql-guard/pull/21). Flags `OVER ()` without `PARTITION BY`, dialect-aware messaging for Postgres and Redshift. |
440
+
|[@tmchow](https://github.com/tmchow)|[W011 `union-without-all`](https://github.com/Pawansingh3889/sql-guard/pull/12). Flags `UNION` where `UNION ALL` would be safe and faster. |
441
+
|[@tmchow](https://github.com/tmchow)|[P005 `sqlalchemy-text-fstring`](https://github.com/Pawansingh3889/sql-guard/pull/25). Catches `sqlalchemy.text(f"...{var}")` patterns that defeat parameter binding. |
441
442
|[@mvanhorn](https://github.com/mvanhorn)|[W019 `count-distinct-unbounded`](https://github.com/Pawansingh3889/sql-guard/pull/29). Flags `COUNT(DISTINCT col)` without WHERE, GROUP BY, or LIMIT. |
443
+
|[@Prabhu-1409](https://github.com/Prabhu-1409)|[W013 `window-without-partition`](https://github.com/Pawansingh3889/sql-guard/pull/21). Flags `OVER ()` without `PARTITION BY`, dialect-aware messaging for Postgres and Redshift. |
442
444
443
445
See [the full contributors graph](https://github.com/Pawansingh3889/sql-guard/graphs/contributors) on GitHub.
0 commit comments