summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-07-05Releasing version 0.18.0v0.18.0Amjith Ramanujam
2015-07-04Merge pull request #269 from dbcli/j-bennet/itegration-testsAmjith Ramanujam
2015-07-04Updated readme about test user.Iryna Cherniavska
2015-07-03Changed the test to only expect text content of help output, without table fo...Iryna Cherniavska
2015-07-02Added readme instructions and changed test user to postgres.Iryna Cherniavska
2015-07-01Merge pull request #262 from dbcli/amjith/expanded_output_separator_fixIryna Cherniavska
2015-07-01Merge pull request #273 from dbcli/darikg/specials-refactor-moreAmjith Ramanujam
2015-06-30Store default commands stored in class variableDarik Gamble
2015-06-30Only a single entry-point for pgspecial.execute()Darik Gamble
2015-06-30Move \timing and \x code back to pgspecialDarik Gamble
2015-06-30pg_execute.run accepts a PGSpecial object, instead of calling special.execute...Darik Gamble
2015-06-30Refactor most of pgspecial module into a PGSpecial classDarik Gamble
2015-06-30format_output takes an extra arg instead of referencing pgspecial directlyDarik Gamble
2015-06-28Merge pull request #272 from jonathanslenders/prompt_toolkit_0.42darikg
2015-06-25Fix a typo in the usage string.Amjith Ramanujam
2015-06-25Upgrade to prompt_toolkit==0.42.Jonathan Slenders
2015-06-24Merge pull request #257 from dbcli/amjith/prompt_toolkit_0.40Amjith Ramanujam
2015-06-23Merge pull request #261 from dbcli/amjith/config_obj_bug_fixKarl-Aksel Puulmann
2015-06-22Merge pull request #271 from dbcli/add-env-pgpasswordAmjith Ramanujam
2015-06-22Added support for PGPASSWORD environment variable. Connect #220.Iryna Cherniavska
2015-06-22Merge pull request #268 from dbcli/amjith/named-query-docsIryna Cherniavska
2015-06-22Merge pull request #267 from dbcli/amjith/special-command-not-founddarikg
2015-06-22Added test for '\?'.Iryna Cherniavska
2015-06-22Merge pull request #258 from dbcli/amjith/no-escape-db-namesdarikg
2015-06-22Changes to make linter happy.Iryna Cherniavska
2015-06-22Started working on integration tests.Iryna Cherniavska
2015-06-21Show named query usage when invoked.Amjith Ramanujam
2015-06-21Create a new error type for special command not found.Amjith Ramanujam
2015-06-21Merge pull request #263 from dbcli/amjith/named_query_fuzzyIryna Cherniavska
2015-06-21Make named query names to the fuzzy matched.Amjith Ramanujam
2015-06-21Remove the get_separator() routine in expanded_output.Amjith Ramanujam
2015-06-21Fix the failing tests for expanded output.Amjith Ramanujam
2015-06-20Make the horizontal separator in expanded mode a constant length.Amjith Ramanujam
2015-06-20Merge pull request #260 from brettatoms/autocomplete-namedqueriesAmjith Ramanujam
2015-06-20add completion for \nd and \nsBrett
2015-06-20Assign a filename to the config obj.Amjith Ramanujam
2015-06-20add autocompletion for named queriesBrett
2015-06-17Merge pull request #259 from dbcli/amjith/manual-refreshIryna Cherniavska
2015-06-17Reset special_commands datastructure.Amjith Ramanujam
2015-06-17Handle the case for empty dbname.Amjith Ramanujam
2015-06-17Merge pull request #254 from dbcli/amjith/fuzzy_completionDaniel Rocco
2015-06-17Unquote the database name only in change_db.Amjith Ramanujam
2015-06-16Add \refresh to manually refresh auto-completions.Amjith Ramanujam
2015-06-16Add \# to manually refresh the completions.Amjith Ramanujam
2015-06-16Do not escape the database names, since they clash with \c commands.Amjith Ramanujam
2015-06-16Upgrade prompt_toolkit to 0.40.Amjith Ramanujam
2015-06-16Merge pull request #255 from dbcli/amjith/specials-decoratordarikg
2015-06-16Add tests for fuzzy ranking adjustments.Daniel Rocco
2015-06-15Handle both 'use' and 'USE' as special commands.Amjith Ramanujam
2015-06-15Add the aliases arg to specials helpers.Amjith Ramanujam