summaryrefslogtreecommitdiff
path: root/sqlparse/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Distinguish between operators that are part of a comparsion and others.Andi Albrecht2009-07-121-1/+2
* Fix incorrect detection of keyword fragments in names (fixes issue7, reported...Andi Albrecht2009-06-241-3/+3
* pep8'ified the code a bit.Andi Albrecht2009-06-111-3/+7
* Basic support for T-SQL variables prefixed with @.Andi Albrecht2009-04-301-0/+1
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-291-0/+4
* Initial import.Andi Albrecht2009-04-031-0/+310