summaryrefslogtreecommitdiff
path: root/tests/test_regressions.py
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of NULL in aliased identifiers.Andi Albrecht2014-03-031-0/+11
* Fix parsing and formatting of statements containing EXCEPT keyword.Andi Albrecht2014-01-281-0/+15
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-201-0/+20
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-041-1/+11
* Fix internals of _group_left_right, avoid identifying keywords as aliased ide...Andi Albrecht2013-03-181-0/+10
* Add unit test for sqls containing binary data.Andi Albrecht2013-02-251-0/+13
* Fix a regression where reindent filter failed when comments contained non-asc...Andi Albrecht2013-01-251-0/+8
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-221-0/+23
* Improve handling of quoted indentifiers (fixes issue78).Andi Albrecht2012-11-031-0/+28
* Make sure that stand-alone comments are parsed correctly (fixes issue26).Andi Albrecht2011-07-251-0/+18
* Make sure that identifier lists in subselects with alias are grouped correctly.Andi Albrecht2011-07-231-0/+32
* Avoid parsing of names as keywords (fixes issue39).Andi Albrecht2011-07-201-0/+10
* Fix removal of comments when strip_comments is True (fixes issue38).Andi Albrecht2011-06-101-0/+7
* Don't group trailing whitepsace in WHERE clauses (fixes issue35).Andi Albrecht2011-04-131-2/+10
* Move regression tests.Andi Albrecht2011-03-171-3/+22
* Ignore case in token.match() for all keyword types (fixes issue34).Andi Albrecht2011-03-171-0/+14
* Move regression test to separate directory.Andi Albrecht2010-06-171-20/+0
* Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...Andi Albrecht2009-09-121-0/+20