| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | | | | | | | | | | | | This patch changes the grouping of AS so that: Foo AS WITH bar AS 1 SELECT 2 with no longer be grouped as: [Identifier[Foo, AS, WITH, Identifier[Bar AS 1]], SELECT, 2] but will be grouped as: [Identifier[Foo], AS, WITH, Identifier[Bar AS 1], SELECT, 2] This fixes the parsing of CREATE TABLE new_table AS WITH ... so the rest of the tokens after AS are parsed the same as a bare WITH. | ||||
| * | [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 |
| | | | | | | It's just to make sure, that the comparison returns a valid result when feed with invalid SQL statements. | ||||
| * | 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 |
| | | | | | | This change adopts some parts of the pull request #509 by john-bodley. Thanks! | ||||
| * | Update extract_table_names.py | James Winegar | 2019-07-18 | 1 | -1/+1 |
| | | | | PEP 479 Python 3.5+ raises an exception for StopIteration instead of a null return. | ||||
| * | Update Changelog. | Andi Albrecht | 2019-06-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "Add in slash comment functionality" | Toby Mao | 2019-06-26 | 3 | -23/+2 |
| | | | | | This reverts commit 170010e7d709f2145169d23482d006dc56856256. | ||||
| * | Optimize parsing of literal blocks between dollar signs (fixes #491). | Andi Albrecht | 2019-06-26 | 2 | -1/+3 |
| | | |||||
| * | Update README. | Andi Albrecht | 2019-06-25 | 1 | -0/+4 |
| | | |||||
| * | Fix typo | )_( | 2019-06-13 | 1 | -1/+1 |
| | | |||||
| * | Remove markup that github doesn't understand. | Andi Albrecht | 2019-05-26 | 1 | -1/+1 |
| | | |||||
| * | Correct some minor errors on Introduction page. | Andi Albrecht | 2019-05-25 | 1 | -8/+3 |
| | | |||||
| * | Replace print statment by print function in documentation. | Andi Albrecht | 2019-05-25 | 1 | -1/+1 |
| | | |||||
| * | Re-use parts of the README in documentation. | Andi Albrecht | 2019-05-25 | 3 | -50/+44 |
| | | |||||
| * | Minor documentation fixes. | Andi Albrecht | 2019-05-25 | 4 | -22/+19 |
| | | |||||
| * | Add support for time zone casts (fixes #489). | Andi Albrecht | 2019-05-16 | 5 | -1/+31 |
| | | |||||
| * | Identitfy NULLS FIRST/LAST as keywords (fixes #487). | Andi Albrecht | 2019-05-01 | 3 | -0/+9 |
| | | |||||
| * | Update changelog and authors and add regression test for #485. | Andi Albrecht | 2019-04-17 | 3 | -0/+16 |
| | | |||||
| * | Fixes #485 | William Ivanski | 2019-04-17 | 1 | -1/+1 |
| | | |||||
| * | Fixes #485 | William Ivanski | 2019-04-17 | 1 | -1/+0 |
| | | |||||
| * | Fixes #485 | William Ivanski | 2019-04-17 | 1 | -6/+9 |
| | | |||||
