George Frolov
George Frolov
## Description Another step towards #950: building and testing the executable, for now only on Linux. It passes the behave suite, but isn't yet fully functional: as I haven't been...
…tabase connector ## Description Fixes #953 ## Checklist - [x] I've added this contribution to the `changelog.md`. - [x] I've added my name to the `AUTHORS` file (or it's already...
## Description We were spawning a separate SSH connection for the completer thread. It seems unnecessary since we can just open a second channel on the same connection. ## Checklist...
There are several problems with our current deployment through pypi: 1. It relies on the user's system having python3.6+. Those who are stuck with python 2 will also be stuck...
I have a table named `Person` in my database, but in the list of suggestions it is placed after all the tables `PersonSomething`. Intuitively, I would want it at the...
An 'umbrella' issue to collect ideas on how to improve the SSH functionality. - Use unix sockets on remote machine (now running `mycli --ssh-config-host HOST` without further arguments results in...
## Description A new argument is needed to implement `\T csv --skip-headers` in mycli, see https://github.com/dbcli/mycli/issues/872 ## Checklist - [x] I've added this contribution to the `CHANGELOG`. - [x] I've...