Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | Merge branch 'main' into tidbtidb | Amjith Ramanujam | |
2022-09-01 | Releasing version 1.26.1v1.26.1 | Roland Walker | |
2022-09-01 | changelog update before releasing 1.26.1 (#1079) | Roland Walker | |
2022-09-01 | Merge pull request #1078 from dbcli/RW/require-python-3.7-even-more | Amjith Ramanujam | |
Require Python 3.7 in `setup.py` | |||
2022-09-01 | require Python 3.7 in setup.py | Roland 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-01 | Releasing version 1.26.0v1.26.0 | Roland Walker | |
2022-09-01 | changelog update before releasing 1.26.0 (#1077) | Roland Walker | |
2022-09-01 | add Python 3.10 to CI (#1076) | Roland Walker | |
2022-09-01 | Merge pull request #1075 from dbcli/RW/reformat-statement-sqlglot | Amjith Ramanujam | |
Prettify / unprettify current statement using sqlglot | |||
2022-09-01 | add un/prettify of current statement via sqlglot | Roland Walker | |
2022-08-29 | factor out bell() method | Roland Walker | |
2022-08-26 | Merge pull request #1072 from meldafert/ssl-flag | Amjith Ramanujam | |
Add cli flag --ssl to enable ssl | |||
2022-08-26 | Merge branch 'main' into ssl-flag | Amjith Ramanujam | |
2022-08-26 | Merge pull request #1074 from BuonOmo/main | Amjith Ramanujam | |
Add `pager` option to `~/.myclirc` | |||
2022-08-22 | Add `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-19 | add --ssl flag to readme | Mel Dafert | |
2022-08-19 | changelog and authors | Mel Dafert | |
2022-08-19 | cli flag --ssl to enable ssl | Mel Dafert | |
2022-08-13 | Change recommendation from special to keyword when token is missing. | Amjith Ramanujam | |
2022-08-13 | Merge pull request #1006 from emorozov/master | Amjith Ramanujam | |
Fix autocomplete exception on quoted string. | |||
2022-08-13 | Fix the test. | Amjith Ramanujam | |
2022-08-13 | Fix failing tests. | Amjith Ramanujam | |
2022-08-13 | Merge branch 'main' into tidb | Amjith Ramanujam | |
2022-08-13 | Merge pull request #1034 from upekkha/ignore_mysqld_user | Amjith Ramanujam | |
Ignore the user of the system [mysqld] config | |||
2022-08-13 | Merge branch 'main' into ignore_mysqld_user | Amjith Ramanujam | |
2022-08-13 | Fix failing tests. | Amjith Ramanujam | |
2022-08-13 | Update tests. | Amjith Ramanujam | |
2022-08-13 | Update changelog. | Amjith Ramanujam | |
2022-08-13 | Reorder the list to suggest good completions. | Amjith Ramanujam | |
2022-08-13 | Update TiDB keywords. | Amjith Ramanujam | |
2022-07-29 | Merge branch 'main' of github.com:dbcli/mycli into tidb | Amjith Ramanujam | |
2022-07-29 | Merge pull request #1068 from dveeden/tidb_1 | Amjith Ramanujam | |
Include TiDB in the prompt | |||
2022-07-29 | Add TiDB changes to changelog. | Amjith Ramanujam | |
2022-07-29 | Include TiDB in tests and myclirc | Daniƫl van Eeden | |
2022-07-29 | Add TiDB to myclirc. | Amjith Ramanujam | |
2022-07-13 | Identify TiDB in the prompt. | Amjith Ramanujam | |
2022-07-04 | Merge pull request #1063 from timgates42/bugfix_typos | Amjith Ramanujam | |
docs: Fix a few typos | |||
2022-07-03 | docs: Fix a few typos | Tim 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-21 | Merge pull request #1037 from ishaanbhimwal/update_readme | Amjith Ramanujam | |
Update readme | |||
2022-06-21 | Merge pull request #1060 from schmeic/issue-1013 | Amjith Ramanujam | |
Change tests to always use databases prefixed with 'mycli_' | |||
2022-06-21 | Merge pull request #1061 from laixintao/fix-readme | Amjith Ramanujam | |
Explicitly use Python3 on CentOS/RedHat | |||
2022-06-16 | Merge pull request #1062 from laixintao/fix-typo | Amjith Ramanujam | |
fix typo statment -> statement | |||
2022-06-16 | fix typo statment -> statement | laixintao | |
2022-06-16 | explicitly use Python3 on CentOS/RedHat | laixintao | |
2022-06-15 | Update the changelog and AUTHORS file | Kevin Schmeichel | |
2022-06-15 | Clean up some auto formatting issues | Kevin Schmeichel | |
2022-06-14 | Update the CONTRIBUTING.md doc with db grant instructions | Kevin Schmeichel | |
2022-06-14 | Use mycli_ as the prefix for all dbs used in tests | Kevin Schmeichel | |
2022-06-14 | Fix the status command to work with missing 'Flush_commands' (mariadb) | Kevin Schmeichel | |
2022-06-02 | Upgrade paramiko to fix blowfish deprecation warning | Kevin Schmeichel | |