summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved parsing of identifier lists (targets issue2).Andi Albrecht2009-05-035-25/+61
|
* Added ChangLog entry.Andi Albrecht2009-05-031-0/+1
|
* Added unittest for issue1 (linebreaks).Andi Albrecht2009-05-031-0/+14
|
* Updated ChangeLog.Andi Albrecht2009-05-031-1/+3
|
* Basic support for T-SQL variables prefixed with @.Andi Albrecht2009-04-301-0/+1
|
* Added mail hook to track exceptions on App Engine application.Andi Albrecht2009-04-302-2/+21
|
* Initial approach to provide an experimental Py3K version.Andi Albrecht2009-04-304-1/+77
|
* Return an empty string iff a token's value is None.Andi Albrecht2009-04-301-1/+1
|
* Turn relative import in tests module to absolute imports.Andi Albrecht2009-04-302-2/+2
|
* Corrected remote API URL ;-)Andi Albrecht2009-04-301-1/+0
|
* * Provide better error message when example client fails.Andi Albrecht2009-04-302-2/+16
| | | | * Allow empty output_format setting and use 'sql' then.
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-293-2/+16
|
* Typo fixed.Andi Albrecht2009-04-271-1/+1
|
* Improved handling of invalid identifiers, like for example "a.".Andi Albrecht2009-04-272-2/+26
|
* Replaced github instructions with bitbucket instructions (GAE).Andi Albrecht2009-04-271-3/+5
|
* Recurse into subgroups when grouping case statements.Andi Albrecht2009-04-242-1/+14
|
* Handle wildcards in identifiers.Andi Albrecht2009-04-244-2/+32
|
* Added low-level parsing example.Andi Albrecht2009-04-231-0/+48
|
* Analyse AS recursive (fixes issue4).Andi Albrecht2009-04-213-14/+27
|
* Merged working branch.Andi Albrecht2009-04-141-0/+2
|\
| * Whitespace cleanup.Andi Albrecht2009-04-141-0/+2
| |
* | Cleaned up MANIFEST.in.Andi Albrecht2009-04-141-2/+1
|/
* Added tag 0.1.0 for changeset 49f461d2899eAndi Albrecht2009-04-081-0/+1
|
* Added tests and top-level documents to MANIFEST.in0.1.0Andi Albrecht2009-04-081-1/+6
|
* Added download URL.Andi Albrecht2009-04-071-0/+1
|
* Fixed setup.pyAndi Albrecht2009-04-071-23/+23
|
* Reverted last change.Andi Albrecht2009-04-073-8/+1
|
* Server docs from sqlformat.appspot.comAndi Albrecht2009-04-074-3/+12
|
* Added long description for PyPIAndi Albrecht2009-04-072-3/+70
|
* Merged docs branch.Andi Albrecht2009-04-0717-171/+880
|\
| * First version of documentation.Andi Albrecht2009-04-078-21/+214
| |
| * Some style nits.Andi Albrecht2009-04-061-0/+4
| |
| * Documentation: IntroductionAndi Albrecht2009-04-064-36/+101
| |
| * Footer styles.Andi Albrecht2009-04-062-1/+28
| |
| * Basic AGoGo layout.Andi Albrecht2009-04-068-119/+533
| |
| * Use new theme for documentation.Andi Albrecht2009-04-061-2/+2
| |
| * Added empty theme directory.Andi Albrecht2009-04-061-0/+6
| |
* | Updated some top-level docs.Andi Albrecht2009-04-063-21/+11
| |
* | Updated setup.pyAndi Albrecht2009-04-061-1/+1
|/
* Moved syntactical units to sql module.Andi Albrecht2009-04-062-308/+319
|
* Updated README.Andi Albrecht2009-04-061-2/+1
|
* Initial import.Andi Albrecht2009-04-0387-0/+5905