mycli icon indicating copy to clipboard operation
mycli copied to clipboard

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.

Results 180 mycli issues
Sort by recently updated
recently updated
newest added

Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.4 to 7.1.5. Release notes Sourced from astral-sh/setup-uv's releases. v7.1.5 🌈 allow setting cache-local-path without enable-cache: true Changes astral-sh/setup-uv#612 fixed a faulty behavior where this action set...

dependencies
github_actions

## Description Set mypy version more strictly to avoid errors in CI. Mypy can be updated intentionally. ## Checklist - [x] I've added this contribution to the `changelog.md`. - [x]...

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. Release notes Sourced from actions/checkout's releases. v6.0.1 What's Changed Update all references from v5 and v4 to v6 by @​ericsciple in actions/checkout#2314 Add worktree...

dependencies
github_actions

If I understand correctly, that is not possible in the official `mysql` command. But does `mycli` perhaps have that feature (given that `mycli` implements many shell-related extensions such as `$|`...

## Description * truncate text/binary sample data fields to 1024 characters (or smaller if judged to be needed) * truncate entire tables from schema representation if the representation is very...

The current implementation of the SQL generation feature using LLM incurs significant token consumption with each request, primarily due to: Sending the entire database schema (via db_schema) to the LLM,...

Although my [pull request](https://github.com/dbcli/mycli/pull/743) does resolve issues with my particular configuration, it is not a general solution. My original intent was to provide a general solution but I acted in...

## Description Python 3.13 [fixes] I got this patch from the Fedora package maintainer terjeros: https://src.fedoraproject.org/rpms/mycli/blob/rawhide/f/0004-Python-3.13.patch Not sure if this is a good idea, please leave your comments in the...

## Description Revert to sqlglot 5.1.3 I got this patch from the Fedora package maintainer terjeros: https://src.fedoraproject.org/rpms/mycli/blob/rawhide/f/0005-Revert-to-sqlglot-5.1.3.patch Not sure if this is a good idea, please leave your comments in...

I worked in a scenario where databases and tables are sharded. So just confirm, do u think it's suitable to add feature like this?