Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加数据字典功能 #266

Merged
merged 1 commit into from
Jun 22, 2019
Merged

添加数据字典功能 #266

merged 1 commit into from
Jun 22, 2019

Conversation

kjiLupin
Copy link
Collaborator

@kjiLupin kjiLupin commented Jun 10, 2019

关联pr #264 #265

  • 增加MySQL数据字典功能
  • 实时查询实例元数据,支持通过表头索引定位表
  • 展示表status、column、index、create table 信息

@codecov
Copy link

codecov bot commented Jun 10, 2019

Codecov Report

Merging #266 into feature/mysql_data_dictionary will increase coverage by 0.15%.
The diff coverage is 70.39%.

Impacted file tree graph

@@                        Coverage Diff                        @@
##           feature/mysql_data_dictionary     #266      +/-   ##
=================================================================
+ Coverage                           83.2%   83.35%   +0.15%     
=================================================================
  Files                                 65       66       +1     
  Lines                               8252     8472     +220     
=================================================================
+ Hits                                6866     7062     +196     
- Misses                              1386     1410      +24
Impacted Files Coverage Δ
sql/engines/mysql.py 91.16% <ø> (ø) ⬆️
sql/completer/mysql.py 100% <ø> (ø) ⬆️
sql/utils/tests.py 98.88% <100%> (+0.04%) ⬆️
sql/engines/tests.py 99.76% <100%> (ø) ⬆️
sql/engines/goinception.py 91.3% <100%> (ø) ⬆️
sql/urls.py 100% <100%> (ø) ⬆️
sql/utils/sql_review.py 97.18% <100%> (+0.46%) ⬆️
sql/models.py 94.92% <100%> (+0.02%) ⬆️
sql/tests.py 95.52% <100%> (+0.4%) ⬆️
sql/data_dictionary.py 17.54% <17.54%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a96d3b...c5612c6. Read the comment docs.

Repository owner deleted a comment from request-info bot Jun 10, 2019
@hhyo hhyo added enhancement New feature or request and removed 请提供更多信息 labels Jun 10, 2019
@hhyo hhyo changed the base branch from master to feature/mysql_data_dictionary June 15, 2019 08:34
@hhyo
Copy link
Owner

hhyo commented Jun 15, 2019

新建了一个分支来合并,准备写入到engine的方法中,并且完善测试

@LeoQuote LeoQuote changed the base branch from feature/mysql_data_dictionary to master June 18, 2019 07:24
@hhyo hhyo merged commit 1f56f69 into hhyo:master Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants