summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-02-19when opening a file for execution, use the same encoding as in the database ↵pasenor/file-encoding-for-source-commandGeorgy Frolov
connector
2021-02-19Merge pull request #946 from dbcli/RW/bad-indentationGeorgy Frolov
Fix a couple of irregular indentations
2021-02-17Merge pull request #956 from dbcli/pasenor/contact-infoAmjith Ramanujam
update contact info and README
2021-02-17update contact info and READMEGeorgy Frolov
2021-01-18Merge pull request #945 from dbcli/RW/unreached-exceptionGeorgy Frolov
make FileNotFound exception reachable
2021-01-18Merge branch 'master' into RW/unreached-exceptionGeorgy Frolov
2021-01-17Merge pull request #893 from shaggyz/add-shortcut-for-login-pathGeorgy Frolov
Add shortcut to login-path parameter.
2021-01-17Merge branch 'master' into add-shortcut-for-login-pathGeorgy Frolov
2021-01-17Merge branch 'master' into RW/unreached-exceptionGeorgy Frolov
2021-01-17Merge pull request #947 from dbcli/RW/printf-style-format-stringGeorgy Frolov
Fix printf-style format string
2021-01-16fix printf-style format stringRoland Walker
2021-01-16fix a couple of irregular indentationsRoland Walker
2021-01-16Merge pull request #902 from ateijelo/expanduser-in-config-file-pathsGeorgy Frolov
OK, since having too many `expanduser` calls is better than having too few, I'm going to merge this. If it comes to a cleanup, then in a new PR. @ateijelo thanks for the fix!
2021-01-16Releasing version 1.23.2v1.23.2Amjith Ramanujam
2021-01-16Merge pull request #944 from dbcli/amjith/int_portGeorgy Frolov
Coerce port to int.
2021-01-16Merge branch 'master' into expanduser-in-config-file-pathsGeorgy Frolov
2021-01-16make FileNotFound exception reachableRoland Walker
2021-01-16Make int parsing of port more robust.amjith/int_portAmjith Ramanujam
2021-01-16Changelog.Amjith Ramanujam
2021-01-16Coerce port to int.Amjith Ramanujam
2021-01-15Releasing version 1.23.1v1.23.1Amjith Ramanujam
2021-01-15Merge pull request #942 from dbcli/RW/host-without-portAmjith Ramanujam
Allow --host without --port to make TCP connection
2021-01-15allow --host without --port to make TCP connectionRoland Walker
2021-01-12Releasing version 1.23.0v1.23.0Amjith Ramanujam
2021-01-10Merge pull request #915 from seamile/add-commandline-option-charsetGeorgy Frolov
Add `--charset` option for commandline
2021-01-10Merge branch 'master' into add-commandline-option-charsetSeamile
2021-01-07Merge pull request #936 from dbcli/RW/use-quote-db-nameAmjith Ramanujam
Allow backtick quoting around the database argument to the `use` command
2021-01-07Merge branch 'master' into RW/use-quote-db-nameAmjith Ramanujam
2021-01-07Merge pull request #938 from dbcli/RW/constrain-tty-open-attemptAmjith Ramanujam
Avoid open('/dev/tty') until absolutely necessary
2021-01-07Merge branch 'master' into RW/constrain-tty-open-attemptAmjith Ramanujam
2021-01-07Merge pull request #937 from 0xflotus/patch-1Amjith Ramanujam
fix: small typo errors
2021-01-07Merge pull request #934 from rolandwalker/RW/ci-python-39Amjith Ramanujam
Add Python 3.9 and "on: pull_request" stanza to CI spec
2021-01-07avoid open('/dev/tty') until absolutely necessaryRoland Walker
2021-01-07add to authors (#1)0xflotus
* Update changelog.md * Update AUTHORS
2021-01-07fix: small errors0xflotus
2021-01-07allow backtick quoting around "use" argumentRoland Walker
2021-01-07Merge branch 'master' into add-commandline-option-charsetSeamile
2021-01-05add Python 3.9 and "on pull_request" to CIRoland Walker
2021-01-05Merge pull request #933 from dbcli/RW/enable-dispatch-on-edit-escapeAmjith Ramanujam
Dispatch lines ending with \e or \clip on return, like \G
2021-01-05Merge branch 'master' into RW/enable-dispatch-on-edit-escapeAmjith Ramanujam
2021-01-05Merge pull request #932 from dbcli/RW/stop-leak-test-historyAmjith Ramanujam
Stop test suite commands from leaking into user history
2021-01-05Merge pull request #931 from dbcli/RW/restore-local-socket-optionAmjith Ramanujam
Restore working local --socket=<UDS>
2021-01-05Merge pull request #930 from dbcli/RW/tests-restore-local-myclircAmjith Ramanujam
Restore file test/myclirc from repository after test writes
2021-01-05Merge pull request #929 from dbcli/RW/fix-editor-testAmjith Ramanujam
Stop editor test from creating file "select"
2021-01-05Merge pull request #926 from dbcli/RW/quieten-test-suite-warningsAmjith Ramanujam
Quieten test suite warnings
2021-01-05Merge pull request #928 from dbcli/RW/respect-pytest-portAmjith Ramanujam
Make the test suite respect the $PYTEST_PORT environment variable
2021-01-05Merge pull request #927 from dbcli/RW/github-actions-ciAmjith Ramanujam
Switch to GitHub Actions for CI
2021-01-05dispatch lines ending with \e or \clip, like \GRoland Walker
2021-01-05stop test suite commands leaking into user historyRoland Walker
2021-01-05restore working local --socket=<UDS>Roland Walker