summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-06-05Merge pull request #454 from dbcli/fix_margin_countDick Marinus
2017-06-05Do not write to the tee file twice.Thomas Roten
2017-06-05Add docstrings.Thomas Roten
2017-06-05Fix fits on screen logic.Thomas Roten
2017-06-05PEP 8 fixes.Thomas Roten
2017-06-05Do not split output up if explicit pager.Thomas Roten
2017-06-05Fix logic for counting screen margin.Thomas Roten
2017-06-05Merge pull request #452 from dbcli/feature/conditional_pagerThomas Roten
2017-06-04Remove extra space.Thomas Roten
2017-06-04Remove extra line from pager instructions.Thomas Roten
2017-06-04Remove extra newline again :)Thomas Roten
2017-06-04Remove extra newline (PEP 8).Thomas Roten
2017-06-04Use explicit pager for tests.Thomas Roten
2017-06-04Merge remote-tracking branch 'upstream/master' into feature/conditional_pagerDick Marinus
2017-06-04Only use pager if output doesn't fit.Dick Marinus
2017-06-03Merge pull request #451 from dbcli/amjith/slash-dt-plusThomas Roten
2017-06-03Don't log the same query to debug twice.Thomas Roten
2017-06-03PEP 8 fix.Thomas Roten
2017-06-03Fix error that happens with \dt+ with no arg.Thomas Roten
2017-06-03Fix tests for \dt command.Thomas Roten
2017-06-03Refactor \dt+ command.Amjith Ramanujam
2017-06-03Merge pull request #443 from tanzoniteblack/show-create-tableAmjith Ramanujam
2017-06-02Change `\d` to `\dt+`Ryan Smith
2017-06-02Special helper for showing `SHOW CREATE TABLE`Ryan Smith
2017-06-02Merge pull request #448 from dbcli/feature/remove_shebangAmjith Ramanujam
2017-06-02Merge remote-tracking branch 'upstream/master' into feature/remove_shebangDick Marinus
2017-06-02remove shebang from mycli/main.pyDick Marinus
2017-05-29Merge pull request #444 from dbcli/tsroten/update_terminal_helpAmjith Ramanujam
2017-05-28Fix newline at end of file error.Thomas Roten
2017-05-28Merge branch 'master' into tsroten/update_terminal_helpThomas Roten
2017-05-28Merge pull request #446 from dbcli/tsroten/quit_with_editorAmjith Ramanujam
2017-05-28Add quit command fix to changelog.Thomas Roten
2017-05-28Remove unused stub.Thomas Roten
2017-05-28Treat quit as a special command.Thomas Roten
2017-05-28PEP8 fix.Thomas Roten
2017-05-28Add test for mycli commands' descriptions.Thomas Roten
2017-05-28Ensure that command-line options have help text.Thomas Roten
2017-05-26Add help string update to changelog.Thomas Roten
2017-05-26Standardize periods in usage.Thomas Roten
2017-05-26Update usage in README.Thomas Roten
2017-05-26Fix tests.Thomas Roten
2017-05-26Standardize grammar/punctutation/word choice.Thomas Roten
2017-05-26Clean up grammar for output commands.Thomas Roten
2017-05-26Clarify system command usage.Thomas Roten
2017-05-26Fix grammar/clarity in help.Thomas Roten
2017-05-26Add help text to mycli --help.Thomas Roten
2017-05-20Merge pull request #441 from dbcli/j-bennet/name-changeAmjith Ramanujam
2017-05-20Change my name in authors.Irina Truong
2017-05-13Merge pull request #438 from dbcli/feature/pytest_dbtest_conditionalThomas Roten
2017-05-13Add missing @dbtest to testsDick Marinus