summaryrefslogtreecommitdiff
path: root/tests/test_regressions.py
Commit message (Expand)AuthorAgeFilesLines
* Fix flake8 stylingVictor Uriarte2016-05-291-2/+2
* Ensure get_type() works for queries that use WITH.Andrew Tipton2016-03-021-4/+10
* Add failing test for issue #227.Andrew Tipton2016-03-021-0/+7
* Add test case for issue 214, update changelog and authors.Andi Albrecht2015-12-141-0/+5
* Fix version check when casting TokenList to string (fixes #212).Andi Albrecht2015-12-081-0/+11
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-0/+1
* Handle END IF correctly when splitting statements (fixes #194).Andi Albrecht2015-07-281-0/+13
* Ignore comments at beginning of statement when calling Statement.get_type (fi...Andi Albrecht2015-07-261-0/+6
* Don't treat DECLARE within BEGIN blocks as relevant to split level (fixes #193).Andi Albrecht2015-07-261-1/+12
* 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