summaryrefslogtreecommitdiff
path: root/tests/test_grouping.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "add regex pattern to identify IN as a Compasion token"Andi Albrecht2022-12-301-11/+1
* Fixed bad parsing of create table statements that use lower caseSimon Heisterkamp2022-08-241-0/+4
* CREATE TABLE tbl AS SELECT should return get_alias() for its columnAki Ariga2022-08-241-0/+5
* Don't flush token streams iff they only contain whitespace tokens (fixes #496).Andi Albrecht2020-09-131-4/+0
* add regex pattern to identify IN as a Compasion tokenhurcy2020-09-131-1/+11
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-4/+2
* [fix] Adding TypedLiteral to comparisonJohn Bodley2020-03-291-1/+12
* [grouping] group_as() no longer groups AS CTELikai Liu2020-02-021-0/+8
* [fix] Fixing typed literal regressionJohn Bodley2020-02-021-0/+6
* Fix testCorey Zumar2020-01-161-14/+14
* Like/ilike comparison testCorey Zumar2020-01-161-0/+35
* Add symbols back to comparison testCorey Zumar2020-01-161-0/+1
* More test casesCorey Zumar2020-01-161-1/+3
* Add first test caseCorey Zumar2020-01-161-2/+3
* support typed literals (if that's what they're called)Dvořák Václav2019-10-201-0/+28
* [fix] Addressing issue #507John Bodley2019-10-091-0/+8
* Restrict detection of alias names (fixes #455).Andreas Albrecht2019-10-091-3/+4
* [tokenizer] Grouping GROUP/ORDER BYJohn Bodley2019-03-101-1/+1
* Fix formatting on INSERT (fixes #329)Fredy Wijaya2019-03-101-4/+7
* Fix typostypoVictor Uriarte2017-11-291-1/+1
* Fix parsing of UNION ALL after WHERE (fixes #349).Andi Albrecht2017-07-291-0/+9
* Re-order parsing so that comparisons are seens as identifiers (fixes #327).Andi Albrecht2017-04-181-0/+14
* Fix parsing of INTO keyword in WHERE clauses (fixes #324).Andi Albrecht2017-03-021-0/+8
* Fix an edge-case with subselects in CASE clauses.Andi Albrecht2016-10-241-0/+10
* Handle operator grouping after identifying typecasts (fixes #297).Andi Albrecht2016-10-011-0/+14
* Parametrize test.Andi Albrecht2016-10-011-10/+9
* Unify_naming_schema. Closes #283Victor Uriarte2016-08-221-1/+1
* Returning clause ends where clauseDarik Gamble2016-06-251-0/+8
* Parametrize testsVictor Uriarte2016-06-201-13/+5
* Remove some test classes and clean-upVictor Uriarte2016-06-201-277/+310
* Replace other UnitTest with Py.TestVictor Uriarte2016-06-201-115/+114
* Replace ndiffAssertEqual with Py.TestVictor Uriarte2016-06-201-18/+16
* Previous fix for period failed when another token (non-groupable) followed.Victor Uriarte2016-06-191-0/+9
* Revert behavior of dangling period(hanging schema qualifier)Victor Uriarte2016-06-181-3/+3
* Rename token_idx_ funcs to simply token_ funcsVictor Uriarte2016-06-151-2/+2
* Change token_ funcs to token_idx funcsVictor Uriarte2016-06-151-3/+3
* Add sql.Operation tokenlistVictor Uriarte2016-06-121-8/+9
* Apply new-style str formatVictor Uriarte2016-06-111-1/+1
* Format `pr` to pass flake8 and update functions usedVictor Uriarte2016-06-061-5/+7
* Add filter `Spaces around Operators`Adam Greenhall2016-06-061-0/+4
* Test: Subquery Ident-lists grouping alias bugAdam Greenhall2016-06-061-0/+10
* Fix test that wasn't evaluatingVictor Uriarte2016-06-041-3/+3
* Merge pull request #236 from koljonen/using_directly_followed_by_parenthesisAndi Albrecht2016-05-281-0/+7
|\
| * Recognize USING as a keyword in 'USING(', not just in 'USING ('koljonen2016-05-141-0/+7
* | separate identifier grouping into its componentsVictor Uriarte2016-05-101-3/+3
|/
* Improve identifier parsing when identifier is a literal combined with order k...Andi Albrecht2016-04-061-0/+6
* Code cleanupAndi Albrecht2016-04-061-3/+4
* Fix #230 (function comparison grouping)saaj2016-04-051-0/+23
* Code cleanup in tests.Andi Albrecht2015-10-261-2/+4
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-12/+13