summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add regression test for #484.Andi Albrecht2019-03-301-0/+17
* Update documentation to decrease chance of misunderstandingsTaras2019-03-141-1/+1
* Update changelog.Andi Albrecht2019-03-122-1/+4
* Added HQL Keywordsmathilde.oustlant2019-03-121-2/+97
* Switch to twine, it's the modern world.Andi Albrecht2019-03-111-2/+2
* Switch back to development.Andi Albrecht2019-03-112-1/+7
* Bump version.0.3.0Andi Albrecht2019-03-112-3/+3
* Avoid formatting of psql commands (fixes #469).Andi Albrecht2019-03-116-1/+21
* Update changelog.Andi Albrecht2019-03-101-0/+6
* Remove unnecessary compat shim for bytesJon Dufresne2019-03-102-4/+2
* [tokenizer] Addressing @andialbrecht commentsJohn Bodley2019-03-101-6/+6
* [tokenizer] Grouping GROUP/ORDER BYJohn Bodley2019-03-106-9/+30
* [keywords] Adding Calcite temporal keywordsJohn Bodley2019-03-101-0/+4
* Update changelog and authors.Andi Albrecht2019-03-102-0/+2
* Add in slash comment functionalityIan Robertson2019-03-103-2/+23
* Update changelog and authors.Andi Albrecht2019-03-102-0/+2
* [filters] Stripping parenthesis whitespaceJohn Bodley2019-03-102-5/+5
* Update changelog.Andi Albrecht2019-03-101-1/+3
* Fix formatting on INSERT (fixes #329)Fredy Wijaya2019-03-105-5/+85
* Fix issue with strip_comments causing a syntax error (fixes #425, by fredyw).Andi Albrecht2019-03-101-0/+1
* Merge branch 'fredyw-issue_425'Andreas Albrecht2019-03-102-0/+20
|\
| * Merge branch 'issue_425' of https://github.com/fredyw/sqlparse into fredyw-is...Andreas Albrecht2019-03-102-0/+20
| |\ |/ /
| * Fix issue with strip_comments causing a syntax error (fixes #425)Fredy Wijaya2018-11-212-0/+20
* | Code cleanup.Andreas Albrecht2019-03-106-17/+19
* | Cleanup Changelog.Andreas Albrecht2019-03-101-6/+6
* | Python 3.7 builder needs a workaround...Andi Albrecht2019-01-071-1/+7
* | Enable Python 3.7 builder.Andi Albrecht2019-01-071-1/+1
* | Always use latest version of pytest and plugins.Andi Albrecht2019-01-071-1/+2
* | Revamped pprint_treeMrVallentin2019-01-072-57/+61
* | Update changelog.Andi Albrecht2018-12-031-1/+2
* | Merge branch 'fredyw-issue_446'Andi Albrecht2018-12-032-1/+19
|\ \
| * | Fix from( parsing issue (fixes #446)Fredy Wijaya2018-12-032-1/+19
|/ /
* | Update Changelog.Andi Albrecht2018-12-031-0/+1
* | Fix reindent issue for parenthesis (fixes issue 427)Fredy Wijaya2018-12-033-1/+27
|/
* Add trove classifier for Python 3.7 supportJon Dufresne2018-08-281-0/+1
* Update copyright header (fixes #372).Andi Albrecht2018-07-3125-25/+50
* Enable mail notifications on Travis.Andi Albrecht2018-07-311-3/+0
* Add UPSERT keyword (fixes #408).Andi Albrecht2018-07-312-0/+2
* Remove allow_failuresAndi Albrecht2018-07-301-7/+1
* Allow Python 3.7 to fail since it's not available on Travis yet.Andi Albrecht2018-07-301-0/+6
* Rename pypy versions in travis configuration.Andi Albrecht2018-07-301-2/+2
* Simplify travis configuration.Andi Albrecht2018-07-301-28/+11
* Add Python 3.8-dev to Travis setup.Andi Albrecht2018-07-302-0/+4
* Update changelog.Andi Albrecht2018-07-281-1/+1
* Add pytest_cache to gitignore.Andi Albrecht2018-07-281-0/+1
* Add missing EXPLAIN keyword (fixes #421).Andi Albrecht2018-07-282-0/+2
* Fix Failing Build - Flake8Kevin Boyette2018-07-281-2/+2
* Added HAVING classslickholms2018-07-081-0/+6
* Update AUTHOR and Changelog.Andi Albrecht2018-07-082-0/+2
* fix "WITH name" case (#418)andrew deryabin2018-07-081-1/+2