summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-30Always use utf8 as the default encoding.Amjith Ramanujam
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-22Merge pull request #258 from dbcli/amjith/no-escape-db-namesdarikg
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-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
2015-06-15Export special_command decorator.Amjith Ramanujam
2015-06-14Make fuzzy matching non-greedy and unquote names.Amjith Ramanujam
2015-06-14Fix linter errors.Amjith Ramanujam
2015-06-14Add placeholders for special commands in progres.Amjith Ramanujam
2015-06-14Refactor special commands to use decorators.Amjith Ramanujam
2015-06-12Fix the timing command.Amjith Ramanujam
2015-06-10Make all ignore args kwargs.Amjith Ramanujam
2015-06-09Update AUTHORS file.Amjith Ramanujam
2015-06-09Linter fixes for specials package.Amjith Ramanujam
2015-06-09Fix the pgspecial reference.Amjith Ramanujam
2015-06-09Cleanup kwargs from iocommands.Amjith Ramanujam
2015-06-09Move use and \connect to register hooks.Amjith Ramanujam
2015-06-09Fix the doc string for connect.Amjith Ramanujam
2015-06-09Implement register_special_command().Amjith Ramanujam
2015-06-09Add functional tests for pgspecial.Amjith Ramanujam
2015-06-09Fix failing specials test.Amjith Ramanujam
2015-06-09Postpone utf8 conversion to connection params.Amjith Ramanujam
2015-06-09Move changedb into pgspecial.Amjith Ramanujam