| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version.0.3.0 | Andi Albrecht | 2019-03-11 | 2 | -3/+3 |
| | | |||||
| * | Avoid formatting of psql commands (fixes #469). | Andi Albrecht | 2019-03-11 | 6 | -1/+21 |
| | | |||||
| * | Update changelog. | Andi Albrecht | 2019-03-10 | 1 | -0/+6 |
| | | |||||
| * | Remove unnecessary compat shim for bytes | Jon Dufresne | 2019-03-10 | 2 | -4/+2 |
| | | | | | | | | | | | Both Python 2.7 and Python 3 have the type bytes. On Python 2.7, it is an alias of str, same as was previously defined in compat.py. Makes the code slightly more compatible with Python 3 style syntax. Observe: $ python2 >>> bytes <type 'str'> | ||||
| * | [tokenizer] Addressing @andialbrecht comments | John Bodley | 2019-03-10 | 1 | -6/+6 |
| | | |||||
| * | [tokenizer] Grouping GROUP/ORDER BY | John Bodley | 2019-03-10 | 6 | -9/+30 |
| | | |||||
| * | [keywords] Adding Calcite temporal keywords | John Bodley | 2019-03-10 | 1 | -0/+4 |
| | | |||||
| * | Update changelog and authors. | Andi Albrecht | 2019-03-10 | 2 | -0/+2 |
| | | |||||
| * | Add in slash comment functionality | Ian Robertson | 2019-03-10 | 3 | -2/+23 |
| | | |||||
| * | Update changelog and authors. | Andi Albrecht | 2019-03-10 | 2 | -0/+2 |
| | | |||||
| * | [filters] Stripping parenthesis whitespace | John Bodley | 2019-03-10 | 2 | -5/+5 |
| | | |||||
| * | Update changelog. | Andi Albrecht | 2019-03-10 | 1 | -1/+3 |
| | | |||||
| * | Fix formatting on INSERT (fixes #329) | Fredy Wijaya | 2019-03-10 | 5 | -5/+85 |
| | | | | | | | | | | | | | | | | | | | | | This patch fixes the formatting on INSERT by creating a new instance of sql.Values to group all the values. SQL: insert into foo values (1, 'foo'), (2, 'bar'), (3, 'baz') Before: insert into foo values (1, 'foo'), (2, 'bar'), (3, 'baz') After: insert into foo values (1, 'foo'), (2, 'bar'), (3, 'baz') | ||||
| * | Fix issue with strip_comments causing a syntax error (fixes #425, by fredyw). | Andi Albrecht | 2019-03-10 | 1 | -0/+1 |
| | | | | | | | | Merge pull request https://github.com/andialbrecht/sqlparse/pull/445 Fixed minor merge conflicts caused by previous code cleanup and added a reference to the actual issue in the comments. | ||||
| * | Merge branch 'fredyw-issue_425' | Andreas Albrecht | 2019-03-10 | 2 | -0/+20 |
| |\ | |||||
| | * | Merge branch 'issue_425' of https://github.com/fredyw/sqlparse into ↵ | Andreas Albrecht | 2019-03-10 | 2 | -0/+20 |
| | |\ |/ / | | | | | fredyw-issue_425 | ||||
| | * | Fix issue with strip_comments causing a syntax error (fixes #425) | Fredy Wijaya | 2018-11-21 | 2 | -0/+20 |
| | | | |||||
| * | | Code cleanup. | Andreas Albrecht | 2019-03-10 | 6 | -17/+19 |
| | | | |||||
| * | | Cleanup Changelog. | Andreas Albrecht | 2019-03-10 | 1 | -6/+6 |
| | | | |||||
| * | | Python 3.7 builder needs a workaround... | Andi Albrecht | 2019-01-07 | 1 | -1/+7 |
| | | | |||||
| * | | Enable Python 3.7 builder. | Andi Albrecht | 2019-01-07 | 1 | -1/+1 |
| | | | |||||
| * | | Always use latest version of pytest and plugins. | Andi Albrecht | 2019-01-07 | 1 | -1/+2 |
| | | | |||||
| * | | Revamped pprint_tree | MrVallentin | 2019-01-07 | 2 | -57/+61 |
| | | | |||||
| * | | Update changelog. | Andi Albrecht | 2018-12-03 | 1 | -1/+2 |
| | | | |||||
| * | | Merge branch 'fredyw-issue_446' | Andi Albrecht | 2018-12-03 | 2 | -1/+19 |
| |\ \ | |||||
| | * | | Fix from( parsing issue (fixes #446) | Fredy Wijaya | 2018-12-03 | 2 | -1/+19 |
| |/ / | |||||
| * | | Update Changelog. | Andi Albrecht | 2018-12-03 | 1 | -0/+1 |
| | | | |||||
| * | | Fix reindent issue for parenthesis (fixes issue 427) | Fredy Wijaya | 2018-12-03 | 3 | -1/+27 |
| |/ | |||||
| * | Add trove classifier for Python 3.7 support | Jon Dufresne | 2018-08-28 | 1 | -0/+1 |
| | | | | | Testing was added in b9ff0bd225e71f4fe522859b49b8194a725b4421. | ||||
| * | Update copyright header (fixes #372). | Andi Albrecht | 2018-07-31 | 25 | -25/+50 |
| | | |||||
| * | Enable mail notifications on Travis. | Andi Albrecht | 2018-07-31 | 1 | -3/+0 |
| | | |||||
| * | Add UPSERT keyword (fixes #408). | Andi Albrecht | 2018-07-31 | 2 | -0/+2 |
| | | |||||
| * | Remove allow_failures | Andi Albrecht | 2018-07-30 | 1 | -7/+1 |
| | | |||||
| * | Allow Python 3.7 to fail since it's not available on Travis yet. | Andi Albrecht | 2018-07-30 | 1 | -0/+6 |
| | | |||||
| * | Rename pypy versions in travis configuration. | Andi Albrecht | 2018-07-30 | 1 | -2/+2 |
| | | |||||
| * | Simplify travis configuration. | Andi Albrecht | 2018-07-30 | 1 | -28/+11 |
| | | |||||
| * | Add Python 3.8-dev to Travis setup. | Andi Albrecht | 2018-07-30 | 2 | -0/+4 |
| | | |||||
| * | Update changelog. | Andi Albrecht | 2018-07-28 | 1 | -1/+1 |
| | | |||||
| * | Add pytest_cache to gitignore. | Andi Albrecht | 2018-07-28 | 1 | -0/+1 |
| | | |||||
| * | Add missing EXPLAIN keyword (fixes #421). | Andi Albrecht | 2018-07-28 | 2 | -0/+2 |
| | | |||||
| * | Fix Failing Build - Flake8 | Kevin Boyette | 2018-07-28 | 1 | -2/+2 |
| | | |||||
| * | Added HAVING class | slickholms | 2018-07-08 | 1 | -0/+6 |
| | | | | | added a class named Having and inherited it with TokenList It will be easier for further manipulations as a HAVING clause contains multiple conditions just like WHERE clause | ||||
| * | Update AUTHOR and Changelog. | Andi Albrecht | 2018-07-08 | 2 | -0/+2 |
| | | |||||
| * | fix "WITH name" case (#418) | andrew deryabin | 2018-07-08 | 1 | -1/+2 |
| | | | | | | | * fix "WITH name" case * fix "WITH name" case (flake8 fix) | ||||
| * | Update authors. | Andi Albrecht | 2018-05-18 | 1 | -0/+1 |
| | | |||||
| * | Correct spelling (#407) | Josh Soref | 2018-05-18 | 5 | -11/+11 |
| | | | | | | | | | | | | | | | | | * spelling: choice * spelling: duplicate * spelling: identifier * spelling: issue * spelling: parenthesis * spelling: split * spelling: statements | ||||
| * | Update AUTHORS. | Andi Albrecht | 2018-05-14 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #406 from scop/master | Andi Albrecht | 2018-05-13 | 3 | -4/+4 |
| |\ | | | | | Use pytest instead of py.test per upstream recommendation, #dropthedot | ||||
| | * | Use pytest instead of py.test per upstream recommendation, #dropthedot | Ville Skyttä | 2018-05-13 | 3 | -4/+4 |
| |/ | | | | | http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot | ||||
| * | Merge pull request #403 from jdufresne/pypi | Andi Albrecht | 2018-04-30 | 1 | -1/+1 |
| |\ | | | | | Update pypi.python.org URL to pypi.org | ||||
