summaryrefslogtreecommitdiff
path: root/sqlparse/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* Match single line comments at end of string.Andi Albrecht2010-11-141-1/+4
* Fix typo: Comparsion -> Comparison.Andi Albrecht2010-07-041-1/+1
* PEP8: Code cleanup.Andi Albrecht2010-07-041-8/+8
* Clean up imports.Andi Albrecht2010-07-041-35/+35
* Improve detection of escaped single quotes (fixes issue13, reported by Martin...Andi Albrecht2010-06-171-2/+2
* 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