summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version.0.2.3Andi Albrecht2017-03-021-1/+1
* Update changelog.Andi Albrecht2017-03-021-2/+2
* Fix parsing of INTO keyword in WHERE clauses (fixes #324).Andi Albrecht2017-03-023-1/+10
* Update changelog.Andi Albrecht2017-02-131-1/+1
* Update changelog and authors.Andi Albrecht2017-02-132-0/+2
* Merge pull request #323 from rowanseymour/concurrently_keywordAndi Albrecht2017-02-132-0/+14
|\
| * Fix line lengthRowan Seymour2017-02-091-1/+2
| * CONCURRENTLY should be handled as a keywordRowan Seymour2017-02-092-0/+13
* | Update changelog.Andi Albrecht2017-02-131-0/+1
|/
* Merge pull request #321 from romainr/patch-1Victor Uriarte2017-02-073-3/+5
|\
| * Update test with new behaviorVictor Uriarte2017-02-071-2/+3
| * Putting LIMIT on a new line #320Romain Rigaux2017-02-041-1/+1
* | Clean-up CIVictor Uriarte2017-02-073-13/+11
|/
* Don't treat GROUPS as a keyword, it's too common for table names.Andi Albrecht2017-01-241-1/+2
* Don't treat STATE as a keyword, it causes too much troubles (fixes #296).Andi Albrecht2017-01-231-1/+1
* Update changelog.Andi Albrecht2017-01-231-0/+3
* Update authors.Andi Albrecht2017-01-232-0/+2
* Update authors and changelog.Andi Albrecht2017-01-232-0/+5
* Merge pull request #317 from twang2218/cli-add-encodingVictor Uriarte2017-01-224-6/+89
|\
| * Add another CLI encoding testVictor Uriarte2017-01-221-0/+8
| * CLI: Add --encoding optionTao Wang2017-01-124-6/+81
|/
* Fix travis py3.6 setup.Victor Uriarte2017-01-101-1/+2
* Fix pypy testing on TravisVictor Uriarte2017-01-102-7/+10
* Merge pull request #316 from twang2218/fix-issue-315-utf8-supportVictor Uriarte2017-01-102-5/+25
|\
| * Fix encoding logic/orderVictor Uriarte2017-01-101-5/+6
| * Fix #315 support utf-8 by defaultTao Wang2017-01-112-1/+20
|/
* Add Python 3.6 to classifiersVictor Uriarte2017-01-092-3/+2
* Fix _flatten_up_to_token() to be PEP 479 compatibleJon Dufresne2017-01-101-1/+1
* Merge pull request #312 from vmuriart/cfgVictor Uriarte2017-01-105-8/+13
|\
| * Update manifest filesVictor Uriarte2016-12-221-2/+2
| * Add pypy3 to allowed failuresVictor Uriarte2016-12-221-0/+1
| * Add py37 and fix py36 interprerVictor Uriarte2016-12-222-1/+5
| * Update editorconfigVictor Uriarte2016-12-221-4/+1
| * Update pytest cfgVictor Uriarte2016-12-221-1/+3
| * Allow tox to skip missing py versions.Victor Uriarte2016-12-221-0/+1
|/
* Merge pull request #304 from JoaoGFarias/PIP_installationAndi Albrecht2016-11-291-1/+9
|\
| * Adding pip installation command to READMEJoão Guilherme Farias Duda2016-11-281-1/+9
|/
* Make reindent more robust regarding max recursion errors.Andi Albrecht2016-10-251-1/+2
* Update changelog.Andi Albrecht2016-10-241-1/+3
* Fix an edge-case with subselects in CASE clauses.Andi Albrecht2016-10-242-1/+12
* Fix special case for #284 when statement starts with orphaned AS.Andi Albrecht2016-10-242-5/+8
* Switch back to development mode.Andi Albrecht2016-10-222-1/+7
* Bump version.0.2.2Andi Albrecht2016-10-222-3/+3
* Update changelog.Andi Albrecht2016-10-221-0/+1
* Fix CHANGELOG include (fixes #302).Andi Albrecht2016-10-191-2/+2
* Add build dir to gitignore.Andi Albrecht2016-10-021-1/+2
* Upload wheels too.Andi Albrecht2016-10-021-0/+1
* Handle operator grouping after identifying typecasts (fixes #297).Andi Albrecht2016-10-013-1/+16
* Parametrize test.Andi Albrecht2016-10-011-10/+9
* Fix parsing of UNION ALL (fixes #294).Andi Albrecht2016-09-263-0/+8