summaryrefslogtreecommitdiff
path: root/sqlparse/filters/others.py
Commit message (Expand)AuthorAgeFilesLines
* Optimize regular expression for identifying line breaks in comments.Andi Albrecht2021-09-101-1/+4
* Update copyright notice.Andi Albrecht2020-10-071-1/+1
* Preserve line breaks when removing comments (fixes #484).Andi Albrecht2020-09-131-7/+16
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-5/+4
* [filters] Stripping parenthesis whitespaceJohn Bodley2019-03-101-2/+2
* 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-311-1/+2
* Correct spelling (#407)Josh Soref2018-05-181-1/+1
* Correct license link (fixes #288).Andi Albrecht2016-09-141-1/+1
* Unify_naming_schema. Closes #283Victor Uriarte2016-08-221-9/+9
* Normalize behavior between token_next and token_next_byVictor Uriarte2016-06-151-1/+1
* Rename token_idx_ funcs to simply token_ funcsVictor Uriarte2016-06-151-7/+7
* Change token_ funcs to token_idx funcsVictor Uriarte2016-06-151-18/+18
* Refactor raw conversion on split_unquoted_newlinesVictor Uriarte2016-06-121-3/+1
* whitespace filterVictor Uriarte2016-06-091-9/+12
* Update SpacesAroundOperatorsFilterVictor Uriarte2016-06-091-19/+14
* Refactor StripCommentsFilterVictor Uriarte2016-06-091-17/+18
* update serializerunicodeVictor Uriarte2016-06-091-3/+3
* Split filters into smaller filesVictor Uriarte2016-06-061-0/+120