summaryrefslogtreecommitdiff
path: root/sqlparse
Commit message (Expand)AuthorAgeFilesLines
* Basic support for T-SQL variables prefixed with @.Andi Albrecht2009-04-301-0/+1
* Return an empty string iff a token's value is None.Andi Albrecht2009-04-301-1/+1
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-291-0/+4
* Typo fixed.Andi Albrecht2009-04-271-1/+1
* Improved handling of invalid identifiers, like for example "a.".Andi Albrecht2009-04-271-2/+18
* Recurse into subgroups when grouping case statements.Andi Albrecht2009-04-241-1/+2
* Handle wildcards in identifiers.Andi Albrecht2009-04-242-2/+15
* Analyse AS recursive (fixes issue4).Andi Albrecht2009-04-211-13/+16
* Whitespace cleanup.Andi Albrecht2009-04-141-0/+2
* First version of documentation.Andi Albrecht2009-04-072-9/+98
* Moved syntactical units to sql module.Andi Albrecht2009-04-062-308/+319
* Initial import.Andi Albrecht2009-04-0311-0/+2993