Amjith Ramanujam
Amjith Ramanujam
Yes, this is loosely coupled with #111. I was told that it is common practice to have multiple databases in MySQL and run JOIN queries between the tables in those...
Thank you!
Litecli writes the default config file to ~/.config/litecli/config and it also uses that location to store the log files. Can you try copying the [liteclirc](https://github.com/dbcli/litecli/blob/main/litecli/liteclirc) file into a location and...
Can you try editing the log file location in your literc file? https://github.com/dbcli/litecli/blob/main/litecli/liteclirc#L19 Set it to a location that is available in the docker container and see if that gets...
You're right that it shouldn't crash when it can't create the necessary folders. It'll be nice to print a warning that it failed to create them when the app starts...
Can you try this branch and tell me if it work? ``` pip install -U https://github.com/dbcli/litecli/archive/refs/heads/optional-config.zip ```
@Alex-Monahan Thanks for testing this and filing the report. Unfortunately I'm unable to reproduce the issue you've described here. I have added the suggested fix to the main branch. Can...
I've released a new version. You can upgrade using: ``` pip install -U duckcli ```
@dbeatty10 Thanks for reporting the issue. I've opened a PR #2. Can you give it a try? You can install directly from that PR using the following command: ``` pip...