summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.1.40.1.4Andi Albrecht2012-04-201-2/+2
* Properly group placeholders in identifier lists (fixes #52).Andi Albrecht2012-04-191-3/+4
* Pretty formatting of role keyword in identifier list (fixes #49).Andi Albrecht2012-04-191-3/+3
* Pretty format comments in identifier lists (fixes issue59).Andi Albrecht2012-04-191-0/+1
* Update CHANGES.Andi Albrecht2012-04-191-0/+4
* Handle asterisks as operators when grouping identifiers (fixes issue58).Andi Albrecht2012-02-261-1/+2
* Allow CASE statements as identifiers (fixes issue46).Andi Albrecht2011-09-291-0/+1
* Make keyword detection more restrict (fixes issue47).Andi Albrecht2011-09-291-0/+1
* Choose first token during identifier grouping when both names/symbols and fun...Andi Albrecht2011-09-271-0/+8
* Update version.0.1.3Andi Albrecht2011-07-291-2/+2
* Replace Django by Flask in App Engine frontend (fixes issue11).Andi Albrecht2011-07-291-0/+3
* Add parsing of MS Access column names with braces (fixes issue27).Andi Albrecht2011-07-291-0/+2
* Detection of placeholders in paramterized queries (fixes issue22).Andi Albrecht2011-07-251-0/+2
* Add reference to issue29.Andi Albrecht2011-07-251-2/+2
* Make sure that stand-alone comments are parsed correctly (fixes issue26).Andi Albrecht2011-07-251-0/+1
* Don't handle single chars as keywords.Andi Albrecht2011-07-251-0/+1
* Releax keyword detection, when keywords are used as function names (fixes iss...Andi Albrecht2011-07-241-0/+2
* Split statements with IF as functions correctly (fixes issue33).Andi Albrecht2011-07-241-0/+2
* Make sure that identifier lists in subselects with alias are grouped correctly.Andi Albrecht2011-07-231-1/+3
* Avoid parsing of names as keywords (fixes issue39).Andi Albrecht2011-07-201-0/+1
* Fix removal of comments when strip_comments is True (fixes issue38).Andi Albrecht2011-06-101-0/+1
* Don't group trailing whitepsace in WHERE clauses (fixes issue35).Andi Albrecht2011-04-131-0/+1
* Add Changlog entry.Andi Albrecht2011-01-261-1/+8
* Bump version to 0.1.2.0.1.2Andi Albrecht2010-11-231-2/+3
* Mention issue 18 in Changelog.Andi Albrecht2010-11-221-1/+1
* Ignore identifiers in double-quotes when changing identifier case (fixes issu...Andi Albrecht2010-11-211-0/+1
* Add VARCHAR2 and LONG to keywords (fixes issue16, fixes issue19).Andi Albrecht2010-11-211-1/+1
* Ignore AND after BETWEEN when reindenting statements (fixes issue14).Andi Albrecht2010-11-211-1/+1
* Group extended identifiers (fixes issue15).Andi Albrecht2010-11-211-1/+1
* Update CHANGES.Andi Albrecht2010-11-211-1/+3
* Improve detection of escaped single quotes (fixes issue13, reported by Martin...Andi Albrecht2010-06-171-0/+2
* Fix an issue with trailing whitespaces (reported by Kris).Andi Albrecht2010-02-181-1/+2
* Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...Andi Albrecht2009-09-121-0/+1
* Improve detection of identifier aliases (fixes issue8).Andi Albrecht2009-07-131-0/+1
* Fix incorrect detection of keyword fragments in names (fixes issue7, reported...Andi Albrecht2009-06-241-0/+8
* Updated version number.0.1.1Andi Albrecht2009-05-061-4/+8
* Correction in CHANGES.Andi Albrecht2009-05-061-1/+1
* Code cleanup and test coverage.Andi Albrecht2009-05-061-0/+1
* * Added missing SET keyword.Andi Albrecht2009-05-051-0/+1
* Improved parsing of identifier lists (targets issue2).Andi Albrecht2009-05-031-0/+1
* Added ChangLog entry.Andi Albrecht2009-05-031-0/+1
* Updated ChangeLog.Andi Albrecht2009-05-031-1/+3
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-291-2/+7
* Initial import.Andi Albrecht2009-04-031-0/+3