summaryrefslogtreecommitdiff
path: root/sqlparse/lexer.py
Commit message (Collapse)AuthorAgeFilesLines
* Add NOT NULL as keyword (fixes issue18).Andi Albrecht2010-11-221-0/+1
|
* Match single line comments at end of string.Andi Albrecht2010-11-141-1/+4
| | | | The bug was reported for CrunchyFrog: http://code.google.com/p/crunchyfrog/issues/detail?id=88
* 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
| | | | | Removed wildcard imports, mainly to keep pyflakes quiet. But this change lifted some wrong imports and class usage.
* Improve detection of escaped single quotes (fixes issue13, reported by ↵Andi Albrecht2010-06-171-2/+2
| | | | Martin Brochhaus, patch by bluemaro with test case by Dan Carley).
* 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, ↵Andi Albrecht2009-06-241-3/+3
| | | | reported and initial patch by andyboyko).
* 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