Skip to content

Commit

Permalink
Update pyexasol/formatter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Ubensee <[email protected]>
  • Loading branch information
Nicoretti and tomuben authored Dec 4, 2024
1 parent c2f1f23 commit 753fe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyexasol/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ExaFormatter(string.Formatter):
Note:
It introduces set of placeholders to prevent SQL injections specifically
in Exasol dynamic SQL queries. It also completely disabled `format_spec`
in Exasol dynamic SQL queries. It also completely disables `format_spec`
section of standard formatting since it has no use in context of
SQL queries and may cause more harm than good.
Expand Down

0 comments on commit 753fe05

Please sign in to comment.