summaryrefslogtreecommitdiff
path: root/sqlparse/keywords.py
Commit message (Collapse)AuthorAgeFilesLines
* Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).Andi Albrecht2010-11-211-0/+2
|
* Clean up imports.Andi Albrecht2010-07-041-557/+556
| | | | | Removed wildcard imports, mainly to keep pyflakes quiet. But this change lifted some wrong imports and class usage.
* Remove duplicated keywords.Andi Albrecht2009-08-271-26/+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-1/+1
|
* Typo fixed.Andi Albrecht2009-04-271-1/+1
|
* Initial import.Andi Albrecht2009-04-031-0/+589