summaryrefslogtreecommitdiff
Commit message (Collapse)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
|\ | | | | CONCURRENTLY should be handled as a keyword
| * 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
|\ | | | | | | Putting LIMIT on a new line #320
| * Update test with new behaviorVictor Uriarte2017-02-071-2/+3
| |
| * Putting LIMIT on a new line #320Romain Rigaux2017-02-041-1/+1
| | | | | | https://github.com/andialbrecht/sqlparse/issues/320
* | Clean-up CIVictor Uriarte2017-02-073-13/+11
|/ | | | Remove noisy pytest options too
* 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 --encoding option in CLI
| * Add another CLI encoding testVictor Uriarte2017-01-221-0/+8
| | | | | | | | This one I couldn't get to pass on my attempt
| * CLI: Add --encoding optionTao Wang2017-01-124-6/+81
|/ | | | | | | | * Add `--encoding` option with default utf-8 * Make sure input and output are in same encoding * Add test cases Signed-off-by: Tao Wang <twang2218@gmail.com>
* Fix travis py3.6 setup.Victor Uriarte2017-01-101-1/+2
| | | | Python3.6 is not part of standard travis build
* Fix pypy testing on TravisVictor Uriarte2017-01-102-7/+10
| | | | | pip dropped support for py32 which was making pypy3 fail https://github.com/travis-ci/travis-ci/issues/6277
* Merge pull request #316 from twang2218/fix-issue-315-utf8-supportVictor Uriarte2017-01-102-5/+25
|\ | | | | Fix #315 support utf-8 by default
| * Fix encoding logic/orderVictor Uriarte2017-01-101-5/+6
| | | | | | | | | | | | - If user provides an encoding value, use it instead of trying to _guess_ first. - If no value is provided, then decode with default of utf-8, otherwise try with unicode-escape
| * Fix #315 support utf-8 by defaultTao Wang2017-01-112-1/+20
|/ | | | Signed-off-by: Tao Wang <twang2218@gmail.com>
* 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
| | | | | | | | Fixes warning during tests: PendingDeprecationWarning: generator 'ReindentFilter._flatten_up_to_token' raised StopIteration PEP 479 documentation: https://www.python.org/dev/peps/pep-0479/
* Merge pull request #312 from vmuriart/cfgVictor Uriarte2017-01-105-8/+13
|\ | | | | Update Config files
| * Update manifest filesVictor Uriarte2016-12-221-2/+2
| |
| * Add pypy3 to allowed failuresVictor Uriarte2016-12-221-0/+1
| | | | | | | | Virtualenv and Pypy3 have some on-going compatibility issue
| * Add py37 and fix py36 interprerVictor Uriarte2016-12-222-1/+5
| |
| * Update editorconfigVictor Uriarte2016-12-221-4/+1
| | | | | | | | Make Linux friendly
| * Update pytest cfgVictor Uriarte2016-12-221-1/+3
| | | | | | | | | | Move to new ini header Add verbose output
| * 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 README
| * 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
|