summaryrefslogtreecommitdiff
path: root/sqlparse/keywords.py
Commit message (Expand)AuthorAgeFilesLines
* Added token 'USE' to keywordsmulos2013-06-061-0/+1
* Fix typo in keyword list (fixes issue92).Andi Albrecht2013-04-281-1/+1
* Added STRAIGHT_JOIN token.Yago Riveiro2013-04-251-0/+1
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-051-2/+2
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-6/+6
* Don't handle single chars as keywords.Andi Albrecht2011-07-251-3/+3
* Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).Andi Albrecht2011-02-281-1/+1
* Fix typo (thanks again, Kris).Andi Albrecht2011-01-261-1/+1
* 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
* Remove duplicated keywords.Andi Albrecht2009-08-271-26/+0
* * Added missing SET keyword.Andi Albrecht2009-05-051-0/+1
* 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