schmeic

Results 19 comments of schmeic

Linux Mint 20.2, vscode 1.59.1

Does that work for you with _kebab-case-words_?

Did you set the _keyword_casing_ in _~/.myclirc_? ``` # keyword casing preference. Possible values "lower", "upper", "auto" keyword_casing = upper ```

I've noticed some other inconsistencies. It seems like mycli tries to be smart about when a completion could be only an sql keyword or a column, and will only show...

Aliases would be great. I would love to be able to have: sf='SELECT * FROM' since I typically do this, add the table name, and then go back to specify...

From my experience, there is no way to set the pager in `.my.cnf` (or any other mysql config file) that will work with all of: mysql (cli), mysldump, and mycli....

Ok, I'll give the prefix idea a try.

I'm trying to run tests, and some are failing because it appears that the `status` command is broken - for me, it just prints out the string `'Flush_commands'` instead of...

The status command was fixed by making the change suggested in #1056.

Adding the pager config would be great, but fixing the extreme slowness would be even better. Is there any reason this fix hasn't been merged? https://github.com/dbcli/cli_helpers/pull/66