index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sqlparse
/
filters
/
reindent.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove debug print statement (fixes #586).
Andi Albrecht
2020-10-08
1
-2
/
+0
*
Update copyright notice.
Andi Albrecht
2020-10-07
1
-1
/
+1
*
Stabilize formatting of invalid WHERE clauses.
Andi Albrecht
2020-09-30
1
-0
/
+3
*
Improve formatting of type casts in parentheses.
Andi Albrecht
2020-09-30
1
-0
/
+2
*
Remove support for end-of-life Pythons
Jon Dufresne
2020-08-31
1
-6
/
+4
*
[tokenizer] Grouping GROUP/ORDER BY
John Bodley
2019-03-10
1
-1
/
+1
*
Fix formatting on INSERT (fixes #329)
Fredy Wijaya
2019-03-10
1
-1
/
+18
*
Update copyright header (fixes #372).
Andi Albrecht
2018-07-31
1
-1
/
+2
*
Deal with long function params
Soloman Weng
2018-03-26
1
-2
/
+5
*
Wrap long function
Soloman Weng
2018-03-26
1
-0
/
+31
*
indent all identifiers, including the first one, by width instead of keyword ...
Patrick Schemitz
2018-03-03
1
-3
/
+9
*
Adhere to style
Johannes Hoff
2017-11-23
1
-1
/
+1
*
Option to indent after first line
Johannes Hoff
2017-06-20
1
-2
/
+2
*
Putting LIMIT on a new line #320
Romain Rigaux
2017-02-04
1
-1
/
+1
*
Fix _flatten_up_to_token() to be PEP 479 compatible
Jon Dufresne
2017-01-10
1
-1
/
+1
*
Make reindent more robust regarding max recursion errors.
Andi Albrecht
2016-10-25
1
-1
/
+2
*
Fix an edge-case with subselects in CASE clauses.
Andi Albrecht
2016-10-24
1
-1
/
+2
*
Fix flake8 warnings.
Tim Graham
2016-09-20
1
-1
/
+1
*
Better formatting when using comma-first notation (issue141).
Andi Albrecht
2016-09-17
1
-3
/
+7
*
Add formatter option for comma first notation (fixes #141).
Andi Albrecht
2016-09-14
1
-1
/
+16
*
Correct license link (fixes #288).
Andi Albrecht
2016-09-14
1
-1
/
+1
*
Convert string literals to unicode for Py27
Oleg Broytman
2016-08-31
1
-1
/
+1
*
Unify_naming_schema. Closes #283
Victor Uriarte
2016-08-22
1
-3
/
+3
*
Make use of token_index more obvious
Victor Uriarte
2016-06-15
1
-1
/
+0
*
Normalize behavior between token_next and token_next_by
Victor Uriarte
2016-06-15
1
-7
/
+7
*
Rename token_idx_ funcs to simply token_ funcs
Victor Uriarte
2016-06-15
1
-13
/
+13
*
Change token_ funcs to token_idx funcs
Victor Uriarte
2016-06-15
1
-23
/
+31
*
Change variable name to lowercase
Victor Uriarte
2016-06-11
1
-4
/
+4
*
Refactor leading ws
Victor Uriarte
2016-06-09
1
-4
/
+6
*
Remove redundant token
Victor Uriarte
2016-06-09
1
-6
/
+5
*
Clean-up flatten upto
Victor Uriarte
2016-06-09
1
-6
/
+7
*
Refactor various Indent Groupings
Victor Uriarte
2016-06-09
1
-58
/
+34
*
refactor next opken
Victor Uriarte
2016-06-09
1
-24
/
+20
*
refactor reindent
Victor Uriarte
2016-06-09
1
-53
/
+29
*
Split filters into smaller files
Victor Uriarte
2016-06-06
1
-0
/
+205