Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add trove classifier for Python 3.7 support | Jon Dufresne | 2018-08-28 | 1 | -0/+1 | |
| | | | | Testing was added in b9ff0bd225e71f4fe522859b49b8194a725b4421. | |||||
* | Update copyright header (fixes #372). | Andi Albrecht | 2018-07-31 | 25 | -25/+50 | |
| | ||||||
* | Enable mail notifications on Travis. | Andi Albrecht | 2018-07-31 | 1 | -3/+0 | |
| | ||||||
* | Add UPSERT keyword (fixes #408). | Andi Albrecht | 2018-07-31 | 2 | -0/+2 | |
| | ||||||
* | Remove allow_failures | Andi Albrecht | 2018-07-30 | 1 | -7/+1 | |
| | ||||||
* | Allow Python 3.7 to fail since it's not available on Travis yet. | Andi Albrecht | 2018-07-30 | 1 | -0/+6 | |
| | ||||||
* | Rename pypy versions in travis configuration. | Andi Albrecht | 2018-07-30 | 1 | -2/+2 | |
| | ||||||
* | Simplify travis configuration. | Andi Albrecht | 2018-07-30 | 1 | -28/+11 | |
| | ||||||
* | Add Python 3.8-dev to Travis setup. | Andi Albrecht | 2018-07-30 | 2 | -0/+4 | |
| | ||||||
* | Update changelog. | Andi Albrecht | 2018-07-28 | 1 | -1/+1 | |
| | ||||||
* | Add pytest_cache to gitignore. | Andi Albrecht | 2018-07-28 | 1 | -0/+1 | |
| | ||||||
* | Add missing EXPLAIN keyword (fixes #421). | Andi Albrecht | 2018-07-28 | 2 | -0/+2 | |
| | ||||||
* | Fix Failing Build - Flake8 | Kevin Boyette | 2018-07-28 | 1 | -2/+2 | |
| | ||||||
* | Added HAVING class | slickholms | 2018-07-08 | 1 | -0/+6 | |
| | | | | added a class named Having and inherited it with TokenList It will be easier for further manipulations as a HAVING clause contains multiple conditions just like WHERE clause | |||||
* | Update AUTHOR and Changelog. | Andi Albrecht | 2018-07-08 | 2 | -0/+2 | |
| | ||||||
* | fix "WITH name" case (#418) | andrew deryabin | 2018-07-08 | 1 | -1/+2 | |
| | | | | | | * fix "WITH name" case * fix "WITH name" case (flake8 fix) | |||||
* | Update authors. | Andi Albrecht | 2018-05-18 | 1 | -0/+1 | |
| | ||||||
* | Correct spelling (#407) | Josh Soref | 2018-05-18 | 5 | -11/+11 | |
| | | | | | | | | | | | | | | | | * spelling: choice * spelling: duplicate * spelling: identifier * spelling: issue * spelling: parenthesis * spelling: split * spelling: statements | |||||
* | Update AUTHORS. | Andi Albrecht | 2018-05-14 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #406 from scop/master | Andi Albrecht | 2018-05-13 | 3 | -4/+4 | |
|\ | | | | | Use pytest instead of py.test per upstream recommendation, #dropthedot | |||||
| * | Use pytest instead of py.test per upstream recommendation, #dropthedot | Ville Skyttä | 2018-05-13 | 3 | -4/+4 | |
|/ | | | | | http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot | |||||
* | Merge pull request #403 from jdufresne/pypi | Andi Albrecht | 2018-04-30 | 1 | -1/+1 | |
|\ | | | | | Update pypi.python.org URL to pypi.org | |||||
| * | Update pypi.python.org URL to pypi.org | Jon Dufresne | 2018-04-29 | 1 | -1/+1 | |
|/ | | | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html | |||||
* | Merge pull request #400 from jdufresne/https | Andi Albrecht | 2018-04-18 | 5 | -13/+13 | |
|\ | | | | | Use https:// for URLs where available | |||||
| * | Use https:// for URLs where available | Jon Dufresne | 2018-04-13 | 5 | -13/+13 | |
|/ | ||||||
* | Update authors and changelog. | Andi Albrecht | 2018-04-06 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #398 from intellihr/wrap_long_function | Andi Albrecht | 2018-04-06 | 2 | -0/+46 | |
|\ | | | | | Attempt to wrap long function parameters with wrap_after | |||||
| * | Deal with long function params | Soloman Weng | 2018-03-26 | 2 | -2/+17 | |
| | | ||||||
| * | Wrap long function | Soloman Weng | 2018-03-26 | 1 | -0/+31 | |
|/ | ||||||
* | Update changelog. | Andi Albrecht | 2018-03-22 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #397 from fredyw/issue_369 | Andi Albrecht | 2018-03-22 | 2 | -3/+13 | |
|\ | | | | | Fix issue with get_real_name returning incorrect name | |||||
| * | Fix issue with get_real_name returning incorrect name | Fredy Wijaya | 2018-03-21 | 2 | -3/+13 | |
|/ | ||||||
* | Update changelog and authors. | Andi Albrecht | 2018-03-21 | 2 | -0/+10 | |
| | ||||||
* | Merge pull request #396 from fredyw/issue_385 | Andi Albrecht | 2018-03-21 | 2 | -0/+11 | |
|\ | | | | | Fix incorrect splitting with double quotes and a new line | |||||
| * | Fix incorrect splitting with double quotes and a new line | Fredy Wijaya | 2018-03-09 | 2 | -0/+11 | |
| | | ||||||
* | | Merge pull request #393 from digitalarbeiter/indent_identifiers | Andi Albrecht | 2018-03-21 | 3 | -3/+25 | |
|\ \ | | | | | | | Option: indent all identifiers, including the first one, by width | |||||
| * | | new option --indent_columns to indent all columns by --indent_width | Patrick Schemitz | 2018-03-03 | 1 | -0/+7 | |
| | | | ||||||
| * | | indent all identifiers, including the first one, by width instead of keyword ↵ | Patrick Schemitz | 2018-03-03 | 2 | -3/+18 | |
| |/ | | | | | | | length | |||||
* | | Merge pull request #390 from circld/bug/fix_trailing_semicolon_error | Andi Albrecht | 2018-03-21 | 1 | -1/+2 | |
|\ \ | |/ |/| | fix trailing semicolon error | |||||
| * | fix trailing semicolon error | circld | 2018-02-17 | 1 | -1/+2 | |
|/ | ||||||
* | Merge pull request #379 from jdufresne/cache | Andi Albrecht | 2018-01-17 | 1 | -0/+1 | |
|\ | | | | | Enable pip cache in Travis CI | |||||
| * | Enable pip cache in Travis CI | Jon Dufresne | 2018-01-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache | |||||
* | | Merge pull request #380 from shigemk2/fix-typo-intro | Andi Albrecht | 2018-01-17 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix typo in intro | |||||
| * | Fix typo in intro | Michihito Shigemura | 2018-01-17 | 1 | -1/+1 | |
|/ | | | | | Error: ~sqlarse.format Collect: ~sqlparse.format | |||||
* | Merge pull request #375 from jdufresne/py33 | Andi Albrecht | 2018-01-11 | 4 | -8/+5 | |
|\ | | | | | Remove support for EOL Python 3.3 | |||||
| * | Pass python_requires argument to setuptools | Jon Dufresne | 2018-01-11 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | |||||
| * | Remove support for EOL Python 3.3 | Jon Dufresne | 2018-01-11 | 4 | -8/+4 | |
|/ | | | | | | | | | | | | | Python 3.3 is EOL. It is no longer receiving bug fixes, including for security issues. Python 3.3 has been EOL since 2017-09-29. For additional details, see: https://devguide.python.org/#status-of-python-branches Additionally, pytest has dropped support for Python 3.3 in a recent version, causing test failures. See: https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 | |||||
* | Merge pull request #373 from jdufresne/stable | Andi Albrecht | 2018-01-11 | 1 | -1/+1 | |
|\ | | | | | Document project as stable and ready for use in production | |||||
| * | Document project as stable and ready for use in production | Jon Dufresne | 2018-01-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #374 from jdufresne/dup-import | Andi Albrecht | 2018-01-11 | 1 | -1/+0 | |
|\ \ | |/ |/| | Remove duplicate StringIO import |