summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-06Set default data_formatting to nothing.Amjith Ramanujam
2016-12-12Merge pull request #621 from dbcli/koljonen/show_transaction_statusIrina Truong
2016-12-12Initialism search for columns and functionsJoakim Koljonen
2016-12-12Search table suggestions using initialismsJoakim Koljonen
2016-12-12Clean up some leftoversJoakim Koljonen
2016-12-10Merge pull request #619 from dbcli/koljonen/qualify_columnsdarikg
2016-12-10Better status-bar transaction-status colorsJoakim Koljonen
2016-12-10Optimization after code reviewJoakim Koljonen
2016-12-07Merge pull request #622 from dbcli/koljonen/show_vi_modeAmjith Ramanujam
2016-12-07Increased minimum prompt_toolkit requirement to 1.0.9.Irina Truong
2016-12-06Merge pull request #620 from dbcli/koljonen/show_vi_modeIrina Truong
2016-12-07Add transaction status to toolbarJoakim Koljonen
2016-12-07Display vi mode in the toolbarJoakim Koljonen
2016-12-05Support for table-qualifying column suggestionskoljonen
2016-12-05Restructure pgcompleter.find_matches interfaceJoakim Koljonen
2016-11-20Merge pull request #614 from dbcli/koljonen/cte_column_scopingIrina Truong
2016-11-20Fix scoping for columns from CTEsJoakim Koljonen
2016-11-20Merge pull request #613 from dbcli/koljonen/crash_after_withIrina Truong
2016-11-20Fix crash after `with`Joakim Koljonen
2016-11-15Merge pull request #612 from dbcli/j-bennet/feature/customize-promptdarikg
2016-11-14Added --prompt option.Irina Truong
2016-11-01Merge pull request #608 from lelit/issue-603Irina Truong
2016-10-31Fix issue #603Lele Gaifax
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