summaryrefslogtreecommitdiff
path: root/sqlparse/filters
Commit message (Expand)AuthorAgeFilesLines
* Optimize regular expression for identifying line breaks in comments.Andi Albrecht2021-09-101-1/+4
* Remove debug print statement (fixes #586).Andi Albrecht2020-10-081-2/+0
* Update copyright notice.Andi Albrecht2020-10-077-7/+7
* 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
* Preserve line breaks when removing comments (fixes #484).Andi Albrecht2020-09-131-7/+16
* Remove support for end-of-life PythonsJon Dufresne2020-08-317-34/+21
* Code cleanup.Andreas Albrecht2019-10-201-2/+2
* [tokenizer] Addressing @andialbrecht commentsJohn Bodley2019-03-101-6/+6
* [tokenizer] Grouping GROUP/ORDER BYJohn Bodley2019-03-102-6/+13
* [filters] Stripping parenthesis whitespaceJohn Bodley2019-03-101-2/+2
* Fix formatting on INSERT (fixes #329)Fredy Wijaya2019-03-101-1/+18
* Merge branch 'issue_425' of https://github.com/fredyw/sqlparse into fredyw-is...Andreas Albrecht2019-03-101-0/+7
|\
| * Fix issue with strip_comments causing a syntax error (fixes #425)Fredy Wijaya2018-11-211-0/+7
* | Code cleanup.Andreas Albrecht2019-03-101-3/+3
|/
* Update copyright header (fixes #372).Andi Albrecht2018-07-317-7/+14
* Correct spelling (#407)Josh Soref2018-05-181-1/+1
* Deal with long function paramsSoloman Weng2018-03-261-2/+5
* Wrap long functionSoloman Weng2018-03-261-0/+31
* Merge pull request #393 from digitalarbeiter/indent_identifiersAndi Albrecht2018-03-211-3/+9
|\
| * indent all identifiers, including the first one, by width instead of keyword ...Patrick Schemitz2018-03-031-3/+9
* | fix trailing semicolon errorcircld2018-02-171-1/+2
|/
* Fix typostypoVictor Uriarte2017-11-292-4/+4
* 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-147-7/+7
* Convert string literals to unicode for Py27Oleg Broytman2016-08-312-2/+2
* Unify_naming_schema. Closes #283Victor Uriarte2016-08-225-17/+17
* Cleanup: Don't redefine underscore.Andi Albrecht2016-07-201-1/+1
* Make use of token_index more obviousVictor Uriarte2016-06-151-1/+0
* Normalize behavior between token_next and token_next_byVictor Uriarte2016-06-153-12/+12
* Rename token_idx_ funcs to simply token_ funcsVictor Uriarte2016-06-153-25/+25
* Change token_ funcs to token_idx funcsVictor Uriarte2016-06-153-52/+63
* Refactor raw conversion on split_unquoted_newlinesVictor Uriarte2016-06-121-3/+1
* Apply new-style str formatVictor Uriarte2016-06-112-2/+2
* 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
* Add customizable newlineVictor Uriarte2016-06-091-2/+3