summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-09-01Merge branch 'main' into tidbtidbAmjith Ramanujam
2022-09-01Releasing version 1.26.1v1.26.1Roland Walker
2022-09-01changelog update before releasing 1.26.1 (#1079)Roland Walker
2022-09-01Merge pull request #1078 from dbcli/RW/require-python-3.7-even-moreAmjith Ramanujam
Require Python 3.7 in `setup.py`
2022-09-01require Python 3.7 in setup.pyRoland Walker
which may affect mycli.egg-info/PKG-INFO. As long as we are editing, add 3.9 and 3.10 explicitly to the classifiers array.
2022-09-01Releasing version 1.26.0v1.26.0Roland Walker
2022-09-01changelog update before releasing 1.26.0 (#1077)Roland Walker
2022-09-01add Python 3.10 to CI (#1076)Roland Walker
2022-09-01Merge pull request #1075 from dbcli/RW/reformat-statement-sqlglotAmjith Ramanujam
Prettify / unprettify current statement using sqlglot
2022-09-01add un/prettify of current statement via sqlglotRoland Walker
2022-08-29factor out bell() methodRoland Walker
2022-08-26Merge pull request #1072 from meldafert/ssl-flagAmjith Ramanujam
Add cli flag --ssl to enable ssl
2022-08-26Merge branch 'main' into ssl-flagAmjith Ramanujam
2022-08-26Merge pull request #1074 from BuonOmo/mainAmjith Ramanujam
Add `pager` option to `~/.myclirc`
2022-08-22Add `pager` option to `~/.myclirc`Ulysse Buonomo
For instance `pager = 'pspg --csv'`. Fixes https://github.com/dbcli/mycli/issues/881 Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com>
2022-08-19add --ssl flag to readmeMel Dafert
2022-08-19changelog and authorsMel Dafert
2022-08-19cli flag --ssl to enable sslMel Dafert
2022-08-13Change recommendation from special to keyword when token is missing.Amjith Ramanujam
2022-08-13Merge pull request #1006 from emorozov/masterAmjith Ramanujam
Fix autocomplete exception on quoted string.
2022-08-13Fix the test.Amjith Ramanujam
2022-08-13Fix failing tests.Amjith Ramanujam
2022-08-13Merge branch 'main' into tidbAmjith Ramanujam
2022-08-13Merge pull request #1034 from upekkha/ignore_mysqld_userAmjith Ramanujam
Ignore the user of the system [mysqld] config
2022-08-13Merge branch 'main' into ignore_mysqld_userAmjith Ramanujam
2022-08-13Fix failing tests.Amjith Ramanujam
2022-08-13Update tests.Amjith Ramanujam
2022-08-13Update changelog.Amjith Ramanujam
2022-08-13Reorder the list to suggest good completions.Amjith Ramanujam
2022-08-13Update TiDB keywords.Amjith Ramanujam
2022-07-29Merge branch 'main' of github.com:dbcli/mycli into tidbAmjith Ramanujam
2022-07-29Merge pull request #1068 from dveeden/tidb_1Amjith Ramanujam
Include TiDB in the prompt
2022-07-29Add TiDB changes to changelog.Amjith Ramanujam
2022-07-29Include TiDB in tests and myclircDaniƫl van Eeden
2022-07-29Add TiDB to myclirc.Amjith Ramanujam
2022-07-13Identify TiDB in the prompt.Amjith Ramanujam
2022-07-04Merge pull request #1063 from timgates42/bugfix_typosAmjith Ramanujam
docs: Fix a few typos
2022-07-03docs: Fix a few typosTim Gates
There are small typos in: - mycli/completion_refresher.py - mycli/main.py Fixes: - Should read `specified` rather than `specfied`. - Should read `populate` rather than `popoulate`.
2022-06-21Merge pull request #1037 from ishaanbhimwal/update_readmeAmjith Ramanujam
Update readme
2022-06-21Merge pull request #1060 from schmeic/issue-1013Amjith Ramanujam
Change tests to always use databases prefixed with 'mycli_'
2022-06-21Merge pull request #1061 from laixintao/fix-readmeAmjith Ramanujam
Explicitly use Python3 on CentOS/RedHat
2022-06-16Merge pull request #1062 from laixintao/fix-typoAmjith Ramanujam
fix typo statment -> statement
2022-06-16fix typo statment -> statementlaixintao
2022-06-16explicitly use Python3 on CentOS/RedHatlaixintao
2022-06-15Update the changelog and AUTHORS fileKevin Schmeichel
2022-06-15Clean up some auto formatting issuesKevin Schmeichel
2022-06-14Update the CONTRIBUTING.md doc with db grant instructionsKevin Schmeichel
2022-06-14Use mycli_ as the prefix for all dbs used in testsKevin Schmeichel
2022-06-14Fix the status command to work with missing 'Flush_commands' (mariadb)Kevin Schmeichel
2022-06-02Upgrade paramiko to fix blowfish deprecation warningKevin Schmeichel