diff options
Diffstat (limited to 'sqlparse')
| -rw-r--r-- | sqlparse/filters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/filters.py b/sqlparse/filters.py index ce5dd85..660092e 100644 --- a/sqlparse/filters.py +++ b/sqlparse/filters.py @@ -651,7 +651,7 @@ class Limit: return -1 -def Compact(sql, includePath="sql"): +def compact(sql, includePath="sql"): """Function that return a compacted version of the input SQL query""" pipe = Pipeline() |
