summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update appengine app.Andi Albrecht2011-07-243-1/+18
* Detect function aliases better.Andi Albrecht2011-07-242-4/+9
* Allow functions in identifer lists (targest issue10).Andi Albrecht2011-07-231-1/+1
* Print list index in front of element.Andi Albrecht2011-07-231-3/+4
* Enable pretty print function again.Andi Albrecht2011-07-231-13/+12
* Make sure that identifier lists in subselects with alias are grouped correctly.Andi Albrecht2011-07-233-2/+36
* Avoid parsing of names as keywords (fixes issue39).Andi Albrecht2011-07-203-0/+12
* Fix removal of comments when strip_comments is True (fixes issue38).Andi Albrecht2011-06-103-4/+18
* Don't group trailing whitepsace in WHERE clauses (fixes issue35).Andi Albrecht2011-04-134-6/+21
* Move regression tests.Andi Albrecht2011-03-174-37/+22
* Ignore case in token.match() for all keyword types (fixes issue34).Andi Albrecht2011-03-172-1/+15
* Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).Andi Albrecht2011-02-282-1/+2
* Fix formatting issue with extended CASE statements.Andi Albrecht2011-02-282-1/+10
* return a bit earlier in change_splitlevel().Andi Albrecht2011-02-111-0/+1
* Add Changlog entry.Andi Albrecht2011-01-261-1/+8
* Fix typo (thanks again, Kris).Andi Albrecht2011-01-261-1/+1
* MergeAndi Albrecht2011-01-261-1/+2
|\
| * Add TODO item.Andi Albrecht2011-01-071-1/+2
* | Improve float parsing (thanks, Kris).Andi Albrecht2011-01-262-0/+15
|/
* Changes to manpage by Andriy Senkovych.Andi Albrecht2010-12-211-3/+5
* Include Sphinx-related files in sdist.Andi Albrecht2010-12-161-3/+6
* Fix a Py3K regression.Andi Albrecht2010-12-092-2/+2
* Add sqlformat manpage, by Andriy Senkovych.Andi Albrecht2010-12-092-1/+65
* Added tag 0.1.2 for changeset 079b282ad3eeAndi Albrecht2010-11-231-0/+1
* Bump version to 0.1.2.0.1.2Andi Albrecht2010-11-232-3/+4
* Fix import paths in Sphinx conf.Andi Albrecht2010-11-231-4/+7
* Mention issue 18 in Changelog.Andi Albrecht2010-11-221-1/+1
* Add NOT NULL as keyword (fixes issue18).Andi Albrecht2010-11-221-0/+1
* Ignore identifiers in double-quotes when changing identifier case (fixes issu...Andi Albrecht2010-11-213-1/+8
* Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).Andi Albrecht2010-11-212-1/+3
* Ignore AND after BETWEEN when reindenting statements (fixes issue14).Andi Albrecht2010-11-213-6/+21
* MergedAndi Albrecht2010-11-213-3/+43
|\
| * Backed out changeset 489299fc3548Andi Albrecht2010-11-213-3/+43
* | Group extended identifiers (fixes issue15).Andi Albrecht2010-11-213-3/+13
|/
* Include patches from extras/py3k/fixes.diff (fixes issue12).Andi Albrecht2010-11-213-43/+3
* Remove next() patch (targets issue12).Andi Albrecht2010-11-212-12/+6
* Update CHANGES.Andi Albrecht2010-11-211-1/+3
* Match single line comments at end of string.Andi Albrecht2010-11-142-1/+14
* Add copy of setup.py to py3k version.Andi Albrecht2010-11-141-0/+103
* Add example script to extract table names.Andi Albrecht2010-10-221-0/+53
* Check for None values in options dict, reported by Marco44.Andi Albrecht2010-08-261-2/+2
* Use parenthesis as intended (fixes an TypeError).Andi Albrecht2010-08-251-1/+1
* Fix typo: Comparsion -> Comparison.Andi Albrecht2010-07-046-14/+14
* PEP8: Code cleanup.Andi Albrecht2010-07-047-60/+76
* Clean up imports.Andi Albrecht2010-07-047-706/+701
* Use the new precompilation feature.Andi Albrecht2010-07-011-1/+4
* Improve statement detection for DECLARE statements outside function/procedure...Andi Albrecht2010-06-232-3/+10
* Improve detection of escaped single quotes (fixes issue13, reported by Martin...Andi Albrecht2010-06-173-2/+20
* Move regression test to separate directory.Andi Albrecht2010-06-173-13/+29
* Fix an issue with trailing whitespaces (reported by Kris).Andi Albrecht2010-02-183-2/+11