summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-26Releasing version 1.3.1v1.3.1Amjith Ramanujam
2016-10-26Merge pull request #607 from dbcli/amjith/release-1.3.1darikg
2016-10-26Update changelog for version 1.3.1Amjith Ramanujam
2016-10-26Merge pull request #606 from dbcli/darikg/sqlparse022Amjith Ramanujam
2016-10-26Releasing version 1.3.0v1.3.0Amjith Ramanujam
2016-10-26token.is_group is now a property, not a methodDarik Gamble
2016-10-26Dollar sign quotes are handled differently now, makes this function almost tr...Darik Gamble
2016-10-26Hardcode case where last token is 'AS'Darik Gamble
2016-10-26Bump min sqlparse version to 0.2.2Darik Gamble
2016-10-26Merge pull request #602 from dbcli/amjith/release-1.3.0darikg
2016-10-22Changelog and authors update for 1.3.0Amjith Ramanujam
2016-10-20Merge pull request #601 from dbcli/amjith/py2.6-removalAmjith Ramanujam
2016-10-19Remove python 2.6 from travis.Amjith Ramanujam
2016-10-19Merge pull request #598 from dbcli/darikg/unrecognized-keywordsAmjith Ramanujam
2016-10-17Merge pull request #599 from lelit/fix-pgclirc-typodarikg
2016-10-17Fix typo in the decimal representation exampleLele Gaifax
2016-10-17Handle empty caseDarik Gamble
2016-10-17If prev_keyword is an unrecognized keyword, go backward until we find a recog...Darik Gamble
2016-10-17Add option to find_prev_keyword to skip final keywordDarik Gamble
2016-10-16Merge pull request #596 from lelit/issue595Amjith Ramanujam
2016-10-15Fix #595: use a double escape in the replacement argument to re.sub()Lele Gaifax
2016-10-15Fix the position of the behave.ini fileLele Gaifax
2016-10-03Merge pull request #591 from dbcli/darikg/fix-formatting-bugAmjith Ramanujam
2016-10-03Don't coerce strings into numeric type formattingDarik Gamble
2016-10-02Convert type to int before attempting formattingDarik Gamble
2016-09-29Merge pull request #583 from foxyterkel/masterAmjith Ramanujam
2016-09-27master: decimal and float format in config fileFoxygrandpa
2016-09-25Merge pull request #589 from mbarkhau/fix/588Amjith Ramanujam
2016-09-21fix for 'SHOW ALL' of posgtres (redshift doesn't return a description)Manuel Barkhau
2016-09-21fixes #588 invalid setting for redshiftManuel Barkhau
2016-09-21Merge pull request #586 from dbcli/amjith/relax-sqlparse-versiondarikg
2016-09-20Set sqlparse version dependency to >0.2.0, <0.3.0.Amjith Ramanujam
2016-09-15Merge pull request #582 from amigrave/masterAmjith Ramanujam
2016-09-15master: numbers division for int and floatFoxygrandpa
2016-09-13XDG_CONFIG_HOME support for config file locationFabien Meghazi
2016-09-12Merge pull request #581 from dbcli/koljonen/leading_parenthesis_crashAmjith Ramanujam
2016-09-12Fix crash bug with leading parenthesisJoakim Koljonen
2016-09-12Merge pull request #577 from dbcli/koljonen/multiline_enterAmjith Ramanujam
2016-09-12Option for semicolon not to trigger execution in multiline modeJoakim Koljonen
2016-09-10Merge pull request #578 from dbcli/amjith/fix-timingJoakim Koljonen
2016-09-05Remove cumulative addition of timing data.Amjith Ramanujam
2016-09-04Merge pull request #576 from dbcli/darikg/keyword-casingJoakim Koljonen
2016-09-04Support configuring keyword casing preferencesDarik Gamble
2016-09-02Releasing version 1.2.0v1.2.0Amjith Ramanujam
2016-09-02Merge pull request #574 from dbcli/amjith/release-1.2.0Amjith Ramanujam
2016-09-02Update Changelog.Amjith Ramanujam
2016-09-02Merge pull request #571 from dbcli/darikg/no-hang-wait-selectAmjith Ramanujam
2016-09-01Update changelog for version 1.2.0 release.Amjith Ramanujam
2016-08-31Merge pull request #573 from ysangkok/patch-1Amjith Ramanujam
2016-08-29do not install setproctitle on cygwinJanus Troelsen