summaryrefslogtreecommitdiff
path: root/sqlparse/engine
Commit message (Collapse)AuthorAgeFilesLines
...
* Detect functions if they are used as identifiers.Andi Albrecht2009-07-121-9/+19
|
* Distinguish between operators that are part of a comparsion and others.Andi Albrecht2009-07-121-2/+3
|
* pep8'ified the code a bit.Andi Albrecht2009-06-111-2/+2
|
* Cleaned up some unused imports.Andi Albrecht2009-06-112-10/+5
|
* Grouping of function/procedure calls.Andi Albrecht2009-05-271-0/+17
|
* Fixed grouping of semicolons within assignments.Andi Albrecht2009-05-141-2/+6
|
* Make sure that operators in comparsions are not handled too lazy.Andi Albrecht2009-05-141-3/+11
|
* Code cleanup and test coverage.Andi Albrecht2009-05-061-0/+1
|
* Removed backup copy of grouping module.Andi Albrecht2009-05-061-499/+0
|
* Removed logging stuff that was only needed for debugging on AppEngine.Andi Albrecht2009-05-061-1/+0
|
* * Added missing SET keyword.Andi Albrecht2009-05-051-0/+1
| | | | * IdentifierList.get_identifiers() now returns not only Identifier instances.
* Improved parsing of identifier lists (targets issue2).Andi Albrecht2009-05-031-24/+37
|
* Recurse into subgroups when grouping case statements.Andi Albrecht2009-04-241-1/+2
|
* Handle wildcards in identifiers.Andi Albrecht2009-04-241-1/+3
|
* Analyse AS recursive (fixes issue4).Andi Albrecht2009-04-211-13/+16
|
* Moved syntactical units to sql module.Andi Albrecht2009-04-061-308/+1
|
* Initial import.Andi Albrecht2009-04-034-0/+1215