summaryrefslogtreecommitdiff
path: root/sqlparse
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse')
-rw-r--r--sqlparse/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/filters.py b/sqlparse/filters.py
index 0d0be5c..2f0e3b9 100644
--- a/sqlparse/filters.py
+++ b/sqlparse/filters.py
@@ -340,7 +340,7 @@ class AlignedIndentFilter:
'FROM',
'JOIN', 'ON',
'WHERE', 'AND', 'OR',
- 'GROUP', 'HAVING',
+ 'GROUP', 'HAVING', 'LIMIT',
'ORDER', 'UNION', 'VALUES',
'SET', 'BETWEEN', 'EXCEPT',
)