summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-09-01avoid method on None in un/prettifyRW/prettify-exception-edge-casesRoland Walker
2022-09-01avoid divide-by-zero in un/prettifyRoland Walker
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
2022-09-01require Python 3.7 in setup.pyRoland Walker
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
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
2022-08-26Merge branch 'main' into ssl-flagAmjith Ramanujam
2022-08-26Merge pull request #1074 from BuonOmo/mainAmjith Ramanujam
2022-08-22Add `pager` option to `~/.myclirc`Ulysse Buonomo
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
2022-08-13Merge pull request #1034 from upekkha/ignore_mysqld_userAmjith Ramanujam
2022-08-13Merge branch 'main' into ignore_mysqld_userAmjith Ramanujam
2022-07-29Merge pull request #1068 from dveeden/tidb_1Amjith Ramanujam
2022-07-29Include TiDB in tests and myclircDaniƫl van Eeden
2022-07-13Identify TiDB in the prompt.Amjith Ramanujam
2022-07-04Merge pull request #1063 from timgates42/bugfix_typosAmjith Ramanujam
2022-07-03docs: Fix a few typosTim Gates
2022-06-21Merge pull request #1037 from ishaanbhimwal/update_readmeAmjith Ramanujam
2022-06-21Merge pull request #1060 from schmeic/issue-1013Amjith Ramanujam
2022-06-21Merge pull request #1061 from laixintao/fix-readmeAmjith Ramanujam
2022-06-16Merge pull request #1062 from laixintao/fix-typoAmjith Ramanujam
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
2022-06-02Add some missing dev requirementsKevin Schmeichel
2022-05-18Fix startup error with some MySQL API compatible databases. (#1054)Shang Yuanchun
2022-05-16Merge pull request #1055 from dbcli/RW/pin-cryptography-blowfish-warningRoland Walker
2022-05-16pin cryptography to suppress Blowfish warningRoland Walker
2022-04-02Releasing version 1.25.0v1.25.0Roland Walker
2022-04-02Merge pull request #1047 from dbcli/RW/release-1.20.0Roland Walker
2022-04-02update changelog for release 1.25.0Roland Walker
2022-03-30Merge pull request #1044 from dbcli/RW/beep-after-long-queryAmjith Ramanujam
2022-03-30Merge pull request #1045 from dbcli/j-bennet/update-readme-releaseAmjith Ramanujam
2022-03-30Install req.Irina Truong