dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Tidb #1071

Closed amjith closed 1 year ago

amjith commented 1 year ago

Description

TiDB specific keywords.

Checklist

amjith commented 1 year ago

@dveeden Thoughts on this PR?

amjith commented 1 year ago

You can try out mycli from this branch using the following command:

pip install -U https://github.com/dbcli/mycli/archive/refs/heads/tidb.zip
codecov-commenter commented 1 year ago

Codecov Report

Merging #1071 (80fe775) into main (48bd4c9) will decrease coverage by 0.06%. The diff coverage is 64.28%.

@@            Coverage Diff             @@
##             main    #1071      +/-   ##
==========================================
- Coverage   67.92%   67.86%   -0.07%     
==========================================
  Files          26       26              
  Lines        2756     2763       +7     
==========================================
+ Hits         1872     1875       +3     
- Misses        884      888       +4     
Impacted Files Coverage Δ
mycli/sqlcompleter.py 83.18% <55.55%> (-1.09%) :arrow_down:
mycli/completion_refresher.py 90.00% <80.00%> (-0.91%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dveeden commented 1 year ago

@amjith I missed your previous message. This is great. Thanks!