summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add trove classifier for Python 3.7 supportJon Dufresne2018-08-281-0/+1
* 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
* Update AUTHOR and Changelog.Andi Albrecht2018-07-082-0/+2
* fix "WITH name" case (#418)andrew deryabin2018-07-081-1/+2
* Update authors.Andi Albrecht2018-05-181-0/+1
* Correct spelling (#407)Josh Soref2018-05-185-11/+11
* 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, #dropthedotVille Skyttä2018-05-133-4/+4
|/
* Merge pull request #403 from jdufresne/pypiAndi Albrecht2018-04-301-1/+1
|\
| * Update pypi.python.org URL to pypi.orgJon Dufresne2018-04-291-1/+1
|/
* Merge pull request #400 from jdufresne/httpsAndi Albrecht2018-04-185-13/+13
|\
| * 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
|\
| * 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 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 lineFredy Wijaya2018-03-092-0/+11
* | Merge pull request #393 from digitalarbeiter/indent_identifiersAndi Albrecht2018-03-213-3/+25
|\ \
| * | 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
| |/
* | Merge pull request #390 from circld/bug/fix_trailing_semicolon_errorAndi Albrecht2018-03-211-1/+2
|\ \ | |/ |/|
| * 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 CIJon Dufresne2018-01-121-0/+1
* | Merge pull request #380 from shigemk2/fix-typo-introAndi Albrecht2018-01-171-1/+1
|\ \ | |/ |/|
| * Fix typo in introMichihito Shigemura2018-01-171-1/+1
|/
* Merge pull request #375 from jdufresne/py33Andi Albrecht2018-01-114-8/+5
|\
| * Pass python_requires argument to setuptoolsJon Dufresne2018-01-111-0/+1
| * Remove support for EOL Python 3.3Jon Dufresne2018-01-114-8/+4
|/
* Merge pull request #373 from jdufresne/stableAndi Albrecht2018-01-111-1/+1
|\
| * 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
|\ \ | |/ |/|