summaryrefslogtreecommitdiff
path: root/sqlparse/filters/reindent.py
Commit message (Expand)AuthorAgeFilesLines
* Remove debug print statement (fixes #586).Andi Albrecht2020-10-081-2/+0
* Update copyright notice.Andi Albrecht2020-10-071-1/+1
* Stabilize formatting of invalid WHERE clauses.Andi Albrecht2020-09-301-0/+3
* Improve formatting of type casts in parentheses.Andi Albrecht2020-09-301-0/+2
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-6/+4
* [tokenizer] Grouping GROUP/ORDER BYJohn Bodley2019-03-101-1/+1
* Fix formatting on INSERT (fixes #329)Fredy Wijaya2019-03-101-1/+18
* Update copyright header (fixes #372).Andi Albrecht2018-07-311-1/+2
* Deal with long function paramsSoloman Weng2018-03-261-2/+5
* Wrap long functionSoloman Weng2018-03-261-0/+31
* indent all identifiers, including the first one, by width instead of keyword ...Patrick Schemitz2018-03-031-3/+9
* Adhere to styleJohannes Hoff2017-11-231-1/+1
* Option to indent after first lineJohannes Hoff2017-06-201-2/+2
* Putting LIMIT on a new line #320Romain Rigaux2017-02-041-1/+1
* Fix _flatten_up_to_token() to be PEP 479 compatibleJon Dufresne2017-01-101-1/+1
* Make reindent more robust regarding max recursion errors.Andi Albrecht2016-10-251-1/+2
* Fix an edge-case with subselects in CASE clauses.Andi Albrecht2016-10-241-1/+2
* Fix flake8 warnings.Tim Graham2016-09-201-1/+1
* Better formatting when using comma-first notation (issue141).Andi Albrecht2016-09-171-3/+7
* Add formatter option for comma first notation (fixes #141).Andi Albrecht2016-09-141-1/+16
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
* Convert string literals to unicode for Py27Oleg Broytman2016-08-311-1/+1
* Unify_naming_schema. Closes #283Victor Uriarte2016-08-221-3/+3
* Make use of token_index more obviousVictor Uriarte2016-06-151-1/+0
* Normalize behavior between token_next and token_next_byVictor Uriarte2016-06-151-7/+7
* Rename token_idx_ funcs to simply token_ funcsVictor Uriarte2016-06-151-13/+13
* Change token_ funcs to token_idx funcsVictor Uriarte2016-06-151-23/+31
* Change variable name to lowercaseVictor Uriarte2016-06-111-4/+4
* Refactor leading wsVictor Uriarte2016-06-091-4/+6
* Remove redundant tokenVictor Uriarte2016-06-091-6/+5
* Clean-up flatten uptoVictor Uriarte2016-06-091-6/+7
* Refactor various Indent GroupingsVictor Uriarte2016-06-091-58/+34
* refactor next opkenVictor Uriarte2016-06-091-24/+20
* refactor reindentVictor Uriarte2016-06-091-53/+29
* Split filters into smaller filesVictor Uriarte2016-06-061-0/+205