summaryrefslogtreecommitdiffstats
path: root/pgcli
AgeCommit message (Expand)Author
2015-11-07Preparing release 0.20.1 with Windows log fix.Iryna Cherniavska
2015-11-05Updated named queries and config migration to use new paths.Iryna Cherniavska
2015-11-04Switch the location of log/history file based on OS.Amjith Ramanujam
2015-10-31Releasing version 0.20.0v0.20.0Amjith Ramanujam
2015-10-28Update magic to the latest MetaQuery designDarik Gamble
2015-10-28Refactor a lot of `run_cli` into smaller submethods:Darik Gamble
2015-10-28pgexecute.run returns two extra tuple elements: query, and successDarik Gamble
2015-10-28exception_formatter returns only status, not the entire results tupleDarik Gamble
2015-10-28remove unused importsDarik Gamble
2015-10-28Update pgcli.main to use new pgexecute.run styleDarik Gamble
2015-10-28Refactor `on_error` enum into `on_error_resume` bool and `exception_formatter...Darik Gamble
2015-10-25Remove redundant expressions in response to darikg's comments.Jacek Wielemborek
2015-10-24Fix indentation problems with "explain". Seems to solve #351.Jacek Wielemborek
2015-10-23Make setproctitle optional in WindowsAmjith Ramanujam
2015-10-20Merge pull request #388 from dbcli/amjith/completion-refresh-cornercaseIryna Cherniavska
2015-10-20Refresh completions only when a command is successful.Amjith Ramanujam
2015-10-19Merge pull request #387 from dbcli/stuartquin/hide-commandline-passwordAmjith Ramanujam
2015-10-19Merge pull request #391 from dbcli/amjith/x-auto-headersStuart Quin
2015-10-19Clearer function name, handle passwords with spacesStuart Quin
2015-10-19Check for headers in \x auto mode.Amjith Ramanujam
2015-10-19Change the on_error default value to STOP.Amjith Ramanujam
2015-10-18Fix need_completion_reset to check each query.Amjith Ramanujam
2015-10-18Issue #355 Use setproctitle to hide command line passwordsStuart Quin
2015-10-18Reset completions when database is changed.Amjith Ramanujam
2015-10-13Widen except clause to all Database errors, except OperationalErrors, which a...Darik Gamble
2015-10-10Add an on_error option to configDarik Gamble
2015-10-10Move the pgspecial attempt inside the main tryDarik Gamble
2015-10-10support different error-handling optionsDarik Gamble
2015-10-10Makes "enter" key function as the "tab" key only when the completion menu is ...Matheus Rosa
2015-10-08Consolidate the timing information.Amjith Ramanujam
2015-10-05Use a single json file instead of multiple txt filesDarik Gamble
2015-10-04Add a couple keywordsDarik Gamble
2015-10-04Move literal definitions to standalone filesDarik Gamble
2015-10-04Merge pull request #368 from dbcli/darikg/suggest-columns-from-functionsdarikg
2015-10-03Merge pull request #373 from dbcli/darikg/fix-need_completion_refreshAmjith Ramanujam
2015-10-03Fix need_completion_refreshDarik Gamble
2015-10-03Fix suggestions in compound join clausesDarik Gamble
2015-10-03Use __getitem__ instead of getattr for readabilityDarik Gamble
2015-09-29Only show expanded layout if valid list of headers providedStuart Quin
2015-09-29Suggest fields from functions used as tablesDarik Gamble
2015-09-29Move FunctionMetadata definition into its own packageDarik Gamble
2015-09-29Extract functions in the FROM clause as tablesDarik Gamble
2015-09-29extract_tables returns namedtuples instead of bare tuplesDarik Gamble
2015-09-29Rename FunctionMetadata field `result` to `return_type`Darik Gamble
2015-09-28Removed files left over from separating pgspecial.Iryna Cherniavska
2015-09-27Import content_exceeds_width function from pgspecial.Amjith Ramanujam
2015-09-26Using pgspecial as a separate module. Warning: this branch will not build.Iryna Cherniavska
2015-09-24Merge pull request #361 from dbcli/darikg/suggest-functions-as-tablesAmjith Ramanujam
2015-09-23Merge pull request #356 from dbcli/amjith/new-config-filedarikg
2015-09-23Uniquify function names before suggesting themDarik Gamble