Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump version.0.2.3 | Andi Albrecht | 2017-03-02 | 1 | -1/+1 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2017-03-02 | 1 | -2/+2 | |
| | ||||||
* | Fix parsing of INTO keyword in WHERE clauses (fixes #324). | Andi Albrecht | 2017-03-02 | 3 | -1/+10 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2017-02-13 | 1 | -1/+1 | |
| | ||||||
* | Update changelog and authors. | Andi Albrecht | 2017-02-13 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #323 from rowanseymour/concurrently_keyword | Andi Albrecht | 2017-02-13 | 2 | -0/+14 | |
|\ | | | | | CONCURRENTLY should be handled as a keyword | |||||
| * | Fix line length | Rowan Seymour | 2017-02-09 | 1 | -1/+2 | |
| | | ||||||
| * | CONCURRENTLY should be handled as a keyword | Rowan Seymour | 2017-02-09 | 2 | -0/+13 | |
| | | ||||||
* | | Update changelog. | Andi Albrecht | 2017-02-13 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #321 from romainr/patch-1 | Victor Uriarte | 2017-02-07 | 3 | -3/+5 | |
|\ | | | | | | | Putting LIMIT on a new line #320 | |||||
| * | Update test with new behavior | Victor Uriarte | 2017-02-07 | 1 | -2/+3 | |
| | | ||||||
| * | Putting LIMIT on a new line #320 | Romain Rigaux | 2017-02-04 | 1 | -1/+1 | |
| | | | | | | https://github.com/andialbrecht/sqlparse/issues/320 | |||||
* | | Clean-up CI | Victor Uriarte | 2017-02-07 | 3 | -13/+11 | |
|/ | | | | Remove noisy pytest options too | |||||
* | Don't treat GROUPS as a keyword, it's too common for table names. | Andi Albrecht | 2017-01-24 | 1 | -1/+2 | |
| | ||||||
* | Don't treat STATE as a keyword, it causes too much troubles (fixes #296). | Andi Albrecht | 2017-01-23 | 1 | -1/+1 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2017-01-23 | 1 | -0/+3 | |
| | ||||||
* | Update authors. | Andi Albrecht | 2017-01-23 | 2 | -0/+2 | |
| | ||||||
* | Update authors and changelog. | Andi Albrecht | 2017-01-23 | 2 | -0/+5 | |
| | ||||||
* | Merge pull request #317 from twang2218/cli-add-encoding | Victor Uriarte | 2017-01-22 | 4 | -6/+89 | |
|\ | | | | | Add --encoding option in CLI | |||||
| * | Add another CLI encoding test | Victor Uriarte | 2017-01-22 | 1 | -0/+8 | |
| | | | | | | | | This one I couldn't get to pass on my attempt | |||||
| * | CLI: Add --encoding option | Tao Wang | 2017-01-12 | 4 | -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 Uriarte | 2017-01-10 | 1 | -1/+2 | |
| | | | | Python3.6 is not part of standard travis build | |||||
* | Fix pypy testing on Travis | Victor Uriarte | 2017-01-10 | 2 | -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-support | Victor Uriarte | 2017-01-10 | 2 | -5/+25 | |
|\ | | | | | Fix #315 support utf-8 by default | |||||
| * | Fix encoding logic/order | Victor Uriarte | 2017-01-10 | 1 | -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 default | Tao Wang | 2017-01-11 | 2 | -1/+20 | |
|/ | | | | Signed-off-by: Tao Wang <twang2218@gmail.com> | |||||
* | Add Python 3.6 to classifiers | Victor Uriarte | 2017-01-09 | 2 | -3/+2 | |
| | ||||||
* | Fix _flatten_up_to_token() to be PEP 479 compatible | Jon Dufresne | 2017-01-10 | 1 | -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/cfg | Victor Uriarte | 2017-01-10 | 5 | -8/+13 | |
|\ | | | | | Update Config files | |||||
| * | Update manifest files | Victor Uriarte | 2016-12-22 | 1 | -2/+2 | |
| | | ||||||
| * | Add pypy3 to allowed failures | Victor Uriarte | 2016-12-22 | 1 | -0/+1 | |
| | | | | | | | | Virtualenv and Pypy3 have some on-going compatibility issue | |||||
| * | Add py37 and fix py36 interprer | Victor Uriarte | 2016-12-22 | 2 | -1/+5 | |
| | | ||||||
| * | Update editorconfig | Victor Uriarte | 2016-12-22 | 1 | -4/+1 | |
| | | | | | | | | Make Linux friendly | |||||
| * | Update pytest cfg | Victor Uriarte | 2016-12-22 | 1 | -1/+3 | |
| | | | | | | | | | | Move to new ini header Add verbose output | |||||
| * | Allow tox to skip missing py versions. | Victor Uriarte | 2016-12-22 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #304 from JoaoGFarias/PIP_installation | Andi Albrecht | 2016-11-29 | 1 | -1/+9 | |
|\ | | | | | Adding pip installation command to README | |||||
| * | Adding pip installation command to README | João Guilherme Farias Duda | 2016-11-28 | 1 | -1/+9 | |
|/ | ||||||
* | Make reindent more robust regarding max recursion errors. | Andi Albrecht | 2016-10-25 | 1 | -1/+2 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2016-10-24 | 1 | -1/+3 | |
| | ||||||
* | Fix an edge-case with subselects in CASE clauses. | Andi Albrecht | 2016-10-24 | 2 | -1/+12 | |
| | ||||||
* | Fix special case for #284 when statement starts with orphaned AS. | Andi Albrecht | 2016-10-24 | 2 | -5/+8 | |
| | ||||||
* | Switch back to development mode. | Andi Albrecht | 2016-10-22 | 2 | -1/+7 | |
| | ||||||
* | Bump version.0.2.2 | Andi Albrecht | 2016-10-22 | 2 | -3/+3 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2016-10-22 | 1 | -0/+1 | |
| | ||||||
* | Fix CHANGELOG include (fixes #302). | Andi Albrecht | 2016-10-19 | 1 | -2/+2 | |
| | ||||||
* | Add build dir to gitignore. | Andi Albrecht | 2016-10-02 | 1 | -1/+2 | |
| | ||||||
* | Upload wheels too. | Andi Albrecht | 2016-10-02 | 1 | -0/+1 | |
| | ||||||
* | Handle operator grouping after identifying typecasts (fixes #297). | Andi Albrecht | 2016-10-01 | 3 | -1/+16 | |
| | ||||||
* | Parametrize test. | Andi Albrecht | 2016-10-01 | 1 | -10/+9 | |
| | ||||||
* | Fix parsing of UNION ALL (fixes #294). | Andi Albrecht | 2016-09-26 | 3 | -0/+8 | |
| |