summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated version number.0.1.1Andi Albrecht2009-05-063-10/+24
|
* Added link to known issues.Andi Albrecht2009-05-061-1/+2
|
* README cleanup.Andi Albrecht2009-05-061-7/+9
|
* Correction in CHANGES.Andi Albrecht2009-05-061-1/+1
|
* Exclude pyc files from source dist.Andi Albrecht2009-05-061-1/+1
|
* * Python and PHP output filter now add a trailing whitespace.Andi Albrecht2009-05-065-9/+59
| | | | * More test coverage.
* Code cleanup and test coverage.Andi Albrecht2009-05-068-51/+77
|
* Removed backup copy of grouping module.Andi Albrecht2009-05-061-499/+0
|
* Removed obsolete dialects module.Andi Albrecht2009-05-061-88/+0
|
* Removed logging stuff that was only needed for debugging on AppEngine.Andi Albrecht2009-05-063-9/+0
|
* Do the type check once in Token.match.Andi Albrecht2009-05-061-4/+3
|
* * Added profile option to run_tests.py.Andi Albrecht2009-05-062-9/+23
| | | | * Use sets in Token.match.
* Updated README.Andi Albrecht2009-05-051-2/+4
|
* Added Token.flatten() that just yields self to unify behavior of TokenList ↵Andi Albrecht2009-05-051-0/+4
| | | | and Token.
* * Added missing SET keyword.Andi Albrecht2009-05-055-2/+7
| | | | * IdentifierList.get_identifiers() now returns not only Identifier instances.
* Improved check for duplicated newlines (targets issue3).Andi Albrecht2009-05-052-2/+10
|
* Added unittest for issue3.Andi Albrecht2009-05-051-2/+15
|
* Avoid duplicate linebreaks when reformatting (targets issue3).Andi Albrecht2009-05-031-2/+6
|
* 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
| |