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

feat: 在查询postgresql表字段时同时获取字段描述信息 #1280

Merged
merged 2 commits into from
Jun 11, 2021

Conversation

imloama
Copy link
Contributor

@imloama imloama commented Jun 8, 2021

修改gdb_driver_pgsql.go,增加从pg_description表获取字段描述信息,方便后续gf-cli时生成代码中缺少pg字段注释的问题。

@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2021

Codecov Report

Merging #1280 (b935a8c) into develop (eb723e4) will decrease coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1280      +/-   ##
===========================================
- Coverage    69.13%   69.08%   -0.06%     
===========================================
  Files          375      375              
  Lines        26611    26612       +1     
===========================================
- Hits         18398    18385      -13     
- Misses        6670     6683      +13     
- Partials      1543     1544       +1     
Impacted Files Coverage Δ
database/gdb/gdb_driver_pgsql.go 0.00% <0.00%> (ø)
net/gtcp/gtcp_pool.go 28.78% <0.00%> (-10.61%) ⬇️
os/gspath/gspath_cache.go 83.78% <0.00%> (-8.11%) ⬇️
net/gtcp/gtcp_conn.go 30.53% <0.00%> (-2.30%) ⬇️

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 eb723e4...b935a8c. Read the comment docs.

@gqcn gqcn merged commit 5ef4ef6 into gogf:develop Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants