| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add regex pattern to identify IN as a Compasion token | hurcy | 2020-09-13 | 2 | -2/+12 | |
| * | Merge branch 'jdufresne-w503' | Andi Albrecht | 2020-09-13 | 3 | -5/+3 | |
| |\ | ||||||
| | * | Merge branch 'w503' of https://github.com/jdufresne/sqlparse into jdufresne-w503 | Andi Albrecht | 2020-09-13 | 3 | -5/+3 | |
| | |\ |/ / | ||||||
| | * | Merge branch 'master' into w503 | Andi Albrecht | 2020-09-13 | 41 | -308/+160 | |
| | |\ | ||||||
| | | * | Remove unused pytest-travis-fold test dependency | Jon Dufresne | 2020-09-13 | 1 | -3/+0 | |
| | | * | Document PyPy support with trove classifier | Jon Dufresne | 2020-09-13 | 1 | -0/+2 | |
| | * | | Simply flake8 configuration | Jon Dufresne | 2020-08-31 | 1 | -2/+1 | |
| * | | | Correct capitalization of PyPy. | Andi Albrecht | 2020-09-13 | 1 | -1/+1 | |
| | |/ |/| | ||||||
| * | | Update tests to work with newer pytest version. | Andi Albrecht | 2020-09-13 | 1 | -47/+28 | |
| * | | Merge branch 'jdufresne-py2' | Andi Albrecht | 2020-09-13 | 41 | -256/+131 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into py2 | Andi Albrecht | 2020-09-13 | 1 | -3/+0 | |
| | |\ \ | |/ / |/| | | ||||||
| * | | | Remove deprecated license_file from setup.cfg | Jon Dufresne | 2020-09-13 | 1 | -3/+0 | |
| | |/ |/| | ||||||
| | * | Remove support for end-of-life Pythons | Jon Dufresne | 2020-08-31 | 41 | -256/+131 | |
| |/ | ||||||
| * | [fix] Adding TypedLiteral to comparison | John Bodley | 2020-03-29 | 2 | -2/+13 | |
| * | Switch back to develoment mode. | Andreas Albrecht | 2020-02-29 | 2 | -1/+7 | |
| * | Update Makefile to reflect changes in current twine. | Andreas Albrecht | 2020-02-29 | 1 | -1/+1 | |
| * | Update version number for release.0.3.1 | Andreas Albrecht | 2020-02-29 | 2 | -3/+3 | |
| * | add comma_first option for docs | gingi99 | 2020-02-02 | 1 | -0/+5 | |
| * | put available format options into API doc | xg1990 | 2020-02-02 | 1 | -0/+6 | |
| * | Update changelog and authors. | Andreas Albrecht | 2020-02-02 | 2 | -0/+2 | |
| * | [grouping] group_as() no longer groups AS CTE | Likai Liu | 2020-02-02 | 2 | -1/+9 | |
| * | [fix] Fixing typed literal regression | John Bodley | 2020-02-02 | 3 | -4/+9 | |
| * | Update sql.py | John Bodley | 2020-01-20 | 1 | -1/+2 | |
| * | Update sql.py | John Bodley | 2020-01-20 | 1 | -1/+1 | |
| * | [sql] Adding TIMESTAMP to typed literal | John Bodley | 2020-01-20 | 1 | -1/+1 | |
| * | CI: Remove obsolete comment. | Andreas Albrecht | 2020-01-16 | 1 | -2/+1 | |
| * | Update changelog and authors. | Andreas Albrecht | 2020-01-16 | 2 | -0/+2 | |
| * | Fix test | Corey Zumar | 2020-01-16 | 1 | -14/+14 | |
| * | Like/ilike comparison test | Corey Zumar | 2020-01-16 | 1 | -0/+35 | |
| * | Add symbols back to comparison test | Corey Zumar | 2020-01-16 | 2 | -1/+2 | |
| * | More test cases | Corey Zumar | 2020-01-16 | 3 | -2/+23 | |
| * | Add first test case | Corey Zumar | 2020-01-16 | 2 | -3/+4 | |
| * | Map like and ilike clauses to comparisons | Corey Zumar | 2020-01-16 | 1 | -1/+1 | |
| * | CI: Try to simplify Travis configuration. | Andreas Albrecht | 2020-01-08 | 1 | -3/+1 | |
| * | Add Python 3.8 to list of classifiers. | Andreas Albrecht | 2020-01-08 | 1 | -0/+1 | |
| * | CI: Add Python 3.8 to test matrix. | Andreas Albrecht | 2020-01-08 | 1 | -0/+1 | |
| * | Refactored extract column defs example (fixes #439, #411, #526). | Andreas Albrecht | 2020-01-06 | 1 | -13/+20 | |
| * | Update changelog. | Andreas Albrecht | 2020-01-06 | 1 | -0/+1 | |
| * | Stabilize grouping engine when parsing invalid SQL statements. | Andreas Albrecht | 2020-01-06 | 1 | -2/+2 | |
| * | Update changelog. | Andreas Albrecht | 2019-10-21 | 1 | -0/+1 | |
| * | CI: Skip codecov after code checks. | Andreas Albrecht | 2019-10-20 | 1 | -0/+1 | |
| * | CI: Try to run codechecks. | Andreas Albrecht | 2019-10-20 | 1 | -0/+6 | |
| * | Code cleanup. | Andreas Albrecht | 2019-10-20 | 5 | -19/+26 | |
| * | Update changelog and authors. | Andreas Albrecht | 2019-10-20 | 2 | -0/+2 | |
| * | support typed literals (if that's what they're called) | Dvořák Václav | 2019-10-20 | 4 | -6/+71 | |
| * | [sql] Fix TokenList.__init__ when no tokens are provided | John Bodley | 2019-10-09 | 1 | -1/+1 | |
| * | Update changelog. | Andreas Albrecht | 2019-10-09 | 1 | -0/+1 | |
| * | [fix] Addressing issue #507 | John Bodley | 2019-10-09 | 2 | -3/+11 | |
| * | Restrict detection of alias names (fixes #455). | Andreas Albrecht | 2019-10-09 | 4 | -20/+35 | |
| * | Update extract_table_names.py | James Winegar | 2019-07-18 | 1 | -1/+1 | |
