summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.4.0.0.4.0Andi Albrecht2020-10-072-3/+3
* Update copyright notice.Andi Albrecht2020-10-0724-24/+24
* Add Python 3.9-dev to Travis configuration.Andi Albrecht2020-10-071-1/+1
* Move setup data to setup.cfg.Andi Albrecht2020-10-072-101/+45
* Add Python 3.9 classifier.Andi Albrecht2020-10-061-0/+1
* Too early, no Python 3.9 on Travis yet.Andi Albrecht2020-10-061-1/+1
* Add Python 3.9 to test configuration.Andi Albrecht2020-10-061-1/+2
* Stabilize formatting of invalid WHERE clauses.Andi Albrecht2020-09-303-0/+10
* Improve formatting of type casts in parentheses.Andi Albrecht2020-09-303-0/+9
* Fix an issue with negative indexes causing IndexError in some cases.Andi Albrecht2020-09-301-0/+2
* Fix splitting of statements using CASE ... WHEN (fixes #580).Andi Albrecht2020-09-304-1/+16
* Fix splitting when using DECLARE ... HANDLER (fixes #581).Andi Albrecht2020-09-304-1/+18
* Don't make parsing of square bracket identifiers too greedy (fixes #583).Andi Albrecht2020-09-303-1/+8
* Update changelog and authors.Andi Albrecht2020-09-302-1/+6
* Add RLIKE keywordWill Jones2020-09-301-1/+1
* Update changelog and authors.Andi Albrecht2020-09-302-0/+2
* Add postgres WINDOW keywordali-tny2020-09-302-0/+7
* Preserve line breaks when removing comments (fixes #484).Andi Albrecht2020-09-133-14/+24
* Add docs badge.Andi Albrecht2020-09-131-0/+3
* Use coverage badge from codecov instead of coveralls.Andi Albrecht2020-09-131-2/+2
* Remove changing our stdout encoding.Andi Albrecht2020-09-131-2/+0
* Don't flush token streams iff they only contain whitespace tokens (fixes #496).Andi Albrecht2020-09-134-5/+13
* Update authors and changelog.Andi Albrecht2020-09-132-0/+5
* add regex pattern to identify IN as a Compasion tokenhurcy2020-09-132-2/+12
* Merge branch 'jdufresne-w503'Andi Albrecht2020-09-133-5/+3
|\
| * Merge branch 'w503' of https://github.com/jdufresne/sqlparse into jdufresne-w503Andi Albrecht2020-09-133-5/+3
| |\ |/ /
| * Merge branch 'master' into w503Andi Albrecht2020-09-1341-308/+160
| |\
| | * Remove unused pytest-travis-fold test dependencyJon Dufresne2020-09-131-3/+0
| | * Document PyPy support with trove classifierJon Dufresne2020-09-131-0/+2
| * | Simply flake8 configurationJon Dufresne2020-08-311-2/+1
* | | Correct capitalization of PyPy.Andi Albrecht2020-09-131-1/+1
| |/ |/|
* | Update tests to work with newer pytest version.Andi Albrecht2020-09-131-47/+28
* | Merge branch 'jdufresne-py2'Andi Albrecht2020-09-1341-256/+131
|\ \
| * \ Merge branch 'master' into py2Andi Albrecht2020-09-131-3/+0
| |\ \ | |/ / |/| |
* | | Remove deprecated license_file from setup.cfgJon Dufresne2020-09-131-3/+0
| |/ |/|
| * Remove support for end-of-life PythonsJon Dufresne2020-08-3141-256/+131
|/
* [fix] Adding TypedLiteral to comparisonJohn Bodley2020-03-292-2/+13
* Switch back to develoment mode.Andreas Albrecht2020-02-292-1/+7
* Update Makefile to reflect changes in current twine.Andreas Albrecht2020-02-291-1/+1
* Update version number for release.0.3.1Andreas Albrecht2020-02-292-3/+3
* add comma_first option for docsgingi992020-02-021-0/+5
* put available format options into API docxg19902020-02-021-0/+6
* Update changelog and authors.Andreas Albrecht2020-02-022-0/+2
* [grouping] group_as() no longer groups AS CTELikai Liu2020-02-022-1/+9
* [fix] Fixing typed literal regressionJohn Bodley2020-02-023-4/+9
* Update sql.pyJohn Bodley2020-01-201-1/+2
* Update sql.pyJohn Bodley2020-01-201-1/+1
* [sql] Adding TIMESTAMP to typed literalJohn Bodley2020-01-201-1/+1
* CI: Remove obsolete comment.Andreas Albrecht2020-01-161-2/+1
* Update changelog and authors.Andreas Albrecht2020-01-162-0/+2