summaryrefslogtreecommitdiff
path: root/tests/test_grouping.py
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of floats in UPDATE statements (issue145).Andi Albrecht2014-11-301-0/+9
|
* Handle single quoted strings in comparisons correctly (fixes issue148).Andi Albrecht2014-10-291-0/+8
|
* Improve parsing of string literals in columns.Andi Albrecht2014-01-101-0/+6
|
* Support for BEGIN/END blocks, add FOREACH keyword.Andi Albrecht2013-11-191-0/+39
|
* Improve grouping of expressions (targets #23).Andi Albrecht2013-10-241-2/+11
|
* Fix tagging of identifiers by not taking single quoted strings into account ↵Andi Albrecht2013-09-281-4/+7
| | | | (fixes #111).
* Parenthesis, Functions and Arithmetic Expressionsprudhvi2013-09-131-0/+9
| | | are valid types to group an identifier
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-201-0/+14
|
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-051-0/+11
|
* Handle whitepaces between operators correctly, improve handling of ↵Andi Albrecht2012-11-111-1/+25
| | | | concatenated strings (issue53).
* Special case grouping logic for VARCHAR, otherwise it gets lost from field ↵Mike Amy2012-11-071-0/+4
| | | | definitions.
* VALUES was incorrectly treated as a functionquest2012-04-221-0/+6
|
* Changed get_identifiers() to be a generatorJesús Leganés Combarro "Piranna"2012-02-031-1/+1
|
* Change all internal use of to_unicode() to __unicode__() and marked former ↵Jesús Leganés Combarro "Piranna"2012-02-031-12/+12
| | | | one as deprecated.
* Detect alias for CASE statements (targets issue46).Andi Albrecht2011-09-291-0/+5
|
* Detect function aliases better.Andi Albrecht2011-07-241-0/+4
|
* Group extended identifiers (fixes issue15).Andi Albrecht2010-11-211-0/+8
|
* Fix typo: Comparsion -> Comparison.Andi Albrecht2010-07-041-4/+4
|
* Clean up imports.Andi Albrecht2010-07-041-32/+32
| | | | | Removed wildcard imports, mainly to keep pyflakes quiet. But this change lifted some wrong imports and class usage.
* Fix an issue with trailing whitespaces (reported by Kris).Andi Albrecht2010-02-181-0/+4
|
* Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, ↵Andi Albrecht2009-09-121-1/+1
| | | | reported by estama).
* Improve detection of identifier aliases (fixes issue8).Andi Albrecht2009-07-131-0/+7
|
* Detect functions if they are used as identifiers.Andi Albrecht2009-07-121-1/+9
|
* Distinguish between operators that are part of a comparsion and others.Andi Albrecht2009-07-121-2/+4
|
* Grouping of function/procedure calls.Andi Albrecht2009-05-271-1/+8
|
* Fixed grouping of semicolons within assignments.Andi Albrecht2009-05-141-7/+9
|
* Make sure that operators in comparsions are not handled too lazy.Andi Albrecht2009-05-141-0/+7
|
* Prepared test case, will be finished soon ;-)Andi Albrecht2009-05-111-0/+8
|
* Code cleanup and test coverage.Andi Albrecht2009-05-061-0/+12
|
* Improved parsing of identifier lists (targets issue2).Andi Albrecht2009-05-031-0/+6
|
* Improved handling of invalid identifiers, like for example "a.".Andi Albrecht2009-04-271-0/+8
|
* Recurse into subgroups when grouping case statements.Andi Albrecht2009-04-241-0/+12
|
* Handle wildcards in identifiers.Andi Albrecht2009-04-241-0/+12
|
* Analyse AS recursive (fixes issue4).Andi Albrecht2009-04-211-1/+2
|
* Initial import.Andi Albrecht2009-04-031-0/+86