summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add trove classifier for Python 3.7 supportJon Dufresne2018-08-281-0/+1
| | | | Testing was added in b9ff0bd225e71f4fe522859b49b8194a725b4421.
* Update copyright header (fixes #372).Andi Albrecht2018-07-3125-25/+50
|
* Enable mail notifications on Travis.Andi Albrecht2018-07-311-3/+0
|
* Add UPSERT keyword (fixes #408).Andi Albrecht2018-07-312-0/+2
|
* Remove allow_failuresAndi Albrecht2018-07-301-7/+1
|
* Allow Python 3.7 to fail since it's not available on Travis yet.Andi Albrecht2018-07-301-0/+6
|
* Rename pypy versions in travis configuration.Andi Albrecht2018-07-301-2/+2
|
* Simplify travis configuration.Andi Albrecht2018-07-301-28/+11
|
* Add Python 3.8-dev to Travis setup.Andi Albrecht2018-07-302-0/+4
|
* Update changelog.Andi Albrecht2018-07-281-1/+1
|
* Add pytest_cache to gitignore.Andi Albrecht2018-07-281-0/+1
|
* Add missing EXPLAIN keyword (fixes #421).Andi Albrecht2018-07-282-0/+2
|
* Fix Failing Build - Flake8Kevin Boyette2018-07-281-2/+2
|
* Added HAVING classslickholms2018-07-081-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 Albrecht2018-07-082-0/+2
|
* fix "WITH name" case (#418)andrew deryabin2018-07-081-1/+2
| | | | | | * fix "WITH name" case * fix "WITH name" case (flake8 fix)
* Update authors.Andi Albrecht2018-05-181-0/+1
|
* Correct spelling (#407)Josh Soref2018-05-185-11/+11
| | | | | | | | | | | | | | | | * spelling: choice * spelling: duplicate * spelling: identifier * spelling: issue * spelling: parenthesis * spelling: split * spelling: statements
* Update AUTHORS.Andi Albrecht2018-05-141-0/+1
|
* Merge pull request #406 from scop/masterAndi Albrecht2018-05-133-4/+4
|\ | | | | Use pytest instead of py.test per upstream recommendation, #dropthedot
| * Use pytest instead of py.test per upstream recommendation, #dropthedotVille Skyttä2018-05-133-4/+4
|/ | | | | http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot
* Merge pull request #403 from jdufresne/pypiAndi Albrecht2018-04-301-1/+1
|\ | | | | Update pypi.python.org URL to pypi.org
| * Update pypi.python.org URL to pypi.orgJon Dufresne2018-04-291-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/httpsAndi Albrecht2018-04-185-13/+13
|\ | | | | Use https:// for URLs where available
| * Use https:// for URLs where availableJon Dufresne2018-04-135-13/+13
|/
* Update authors and changelog.Andi Albrecht2018-04-062-0/+2
|
* Merge pull request #398 from intellihr/wrap_long_functionAndi Albrecht2018-04-062-0/+46
|\ | | | | Attempt to wrap long function parameters with wrap_after
| * Deal with long function paramsSoloman Weng2018-03-262-2/+17
| |
| * Wrap long functionSoloman Weng2018-03-261-0/+31
|/
* Update changelog.Andi Albrecht2018-03-221-1/+2
|
* Merge pull request #397 from fredyw/issue_369Andi Albrecht2018-03-222-3/+13
|\ | | | | Fix issue with get_real_name returning incorrect name
| * Fix issue with get_real_name returning incorrect nameFredy Wijaya2018-03-212-3/+13
|/
* Update changelog and authors.Andi Albrecht2018-03-212-0/+10
|
* Merge pull request #396 from fredyw/issue_385Andi Albrecht2018-03-212-0/+11
|\ | | | | Fix incorrect splitting with double quotes and a new line
| * Fix incorrect splitting with double quotes and a new lineFredy Wijaya2018-03-092-0/+11
| |
* | Merge pull request #393 from digitalarbeiter/indent_identifiersAndi Albrecht2018-03-213-3/+25
|\ \ | | | | | | Option: indent all identifiers, including the first one, by width
| * | new option --indent_columns to indent all columns by --indent_widthPatrick Schemitz2018-03-031-0/+7
| | |
| * | indent all identifiers, including the first one, by width instead of keyword ↵Patrick Schemitz2018-03-032-3/+18
| |/ | | | | | | length
* | Merge pull request #390 from circld/bug/fix_trailing_semicolon_errorAndi Albrecht2018-03-211-1/+2
|\ \ | |/ |/| fix trailing semicolon error
| * fix trailing semicolon errorcircld2018-02-171-1/+2
|/
* Merge pull request #379 from jdufresne/cacheAndi Albrecht2018-01-171-0/+1
|\ | | | | Enable pip cache in Travis CI
| * Enable pip cache in Travis CIJon Dufresne2018-01-121-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-introAndi Albrecht2018-01-171-1/+1
|\ \ | |/ |/| Fix typo in intro
| * Fix typo in introMichihito Shigemura2018-01-171-1/+1
|/ | | | | Error: ~sqlarse.format Collect: ~sqlparse.format
* Merge pull request #375 from jdufresne/py33Andi Albrecht2018-01-114-8/+5
|\ | | | | Remove support for EOL Python 3.3
| * Pass python_requires argument to setuptoolsJon Dufresne2018-01-111-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.3Jon Dufresne2018-01-114-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/stableAndi Albrecht2018-01-111-1/+1
|\ | | | | Document project as stable and ready for use in production
| * Document project as stable and ready for use in productionJon Dufresne2018-01-041-1/+1
| |
* | Merge pull request #374 from jdufresne/dup-importAndi Albrecht2018-01-111-1/+0
|\ \ | |/ |/| Remove duplicate StringIO import