summaryrefslogtreecommitdiff
path: root/tests/test_regressions.py
Commit message (Expand)AuthorAgeFilesLines
* Stabilize formatting of invalid WHERE clauses.Andi Albrecht2020-09-301-0/+6
* Improve formatting of type casts in parentheses.Andi Albrecht2020-09-301-0/+6
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-19/+12
* Add support for time zone casts (fixes #489).Andi Albrecht2019-05-161-0/+6
* Update changelog and authors and add regression test for #485.Andi Albrecht2019-04-171-0/+10
* Add regression test for #484.Andi Albrecht2019-03-301-0/+17
* Avoid formatting of psql commands (fixes #469).Andi Albrecht2019-03-111-0/+7
* Correct spelling (#407)Josh Soref2018-05-181-4/+4
* Fix flake8 warning with newer flake8 versionJon Dufresne2017-10-281-2/+2
* Close files during tests.Andi Albrecht2017-09-241-6/+6
* Fix handling of semicolon when grouping assignments (fixes #359).Andi Albrecht2017-09-241-0/+10
* Fix line lengthRowan Seymour2017-02-091-1/+2
* CONCURRENTLY should be handled as a keywordRowan Seymour2017-02-091-0/+12
* Update test with new behaviorVictor Uriarte2017-02-071-2/+3
* Fix #315 support utf-8 by defaultTao Wang2017-01-111-0/+19
* Fix special case for #284 when statement starts with orphaned AS.Andi Albrecht2016-10-241-4/+7
* Fix #284 as groupingVictor Uriarte2016-08-221-0/+6
* Fix test that wasn't runningVictor Uriarte2016-08-221-1/+1
* Don't rely on line breaks in tests.Andi Albrecht2016-08-131-1/+1
* Fix a bug: recognize file (Python 2) as a streamOleg Broytman2016-08-061-0/+7
* Failing test: stream worked in 0.1.19Gordon McCreight2016-07-211-0/+6
* Parametrize testsVictor Uriarte2016-06-201-44/+28
* Remove some test classes and clean-upVictor Uriarte2016-06-201-117/+124
* Replace tests/utils with conftest.pyVictor Uriarte2016-06-201-5/+3
* Replace other UnitTest with Py.TestVictor Uriarte2016-06-201-70/+68
* Replace ndiffAssertEqual with Py.TestVictor Uriarte2016-06-201-27/+23
* Merge pull request #265 from darikg/dont-ignore-skip_cmVictor Uriarte2016-06-201-0/+6
|\
| * token_next shouldn't ignore skip_cmDarik Gamble2016-06-201-0/+6
|/
* Reapply fix for case within paranthesisVictor Uriarte2016-06-141-8/+0
* Merge remote-tracking branch 'core/long_live_indexes' into developVictor Uriarte2016-06-141-1/+3
|\
* | Remove token_first; its redundant to token_next(idx=0)Victor Uriarte2016-06-121-1/+1
* | Fix grouping of `case` within parenthesis.Victor Uriarte2016-06-111-0/+7
* | Add test for issue #207 - run-away indent on aliasVictor Uriarte2016-06-111-0/+11
* | Apply new-style str formatVictor Uriarte2016-06-111-10/+6
* | 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