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

Create pgsql.py #1285

Merged
merged 2 commits into from
Dec 18, 2021
Merged

Create pgsql.py #1285

merged 2 commits into from
Dec 18, 2021

Conversation

lijingeng
Copy link
Contributor

一个库中不同模式下有相同表名的表,获取表描述的时候,所有字段都会列出来。要加上模式过滤,仅显示当前模式的表结构。

一个库中不同模式下有相同表名的表,获取表描述的时候,所有字段都会列出来。要加上模式过滤,仅显示当前模式的表结构。
@codecov
Copy link

codecov bot commented Dec 15, 2021

Codecov Report

Merging #1285 (3586756) into master (f35e633) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1285   +/-   ##
=======================================
  Coverage   77.90%   77.90%           
=======================================
  Files          77       77           
  Lines       12045    12045           
=======================================
  Hits         9384     9384           
  Misses       2661     2661           
Impacted Files Coverage Δ
sql/engines/pgsql.py 92.35% <ø> (ø)

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 f35e633...3586756. Read the comment docs.

@hhyo hhyo merged commit e5e777b into hhyo:master Dec 18, 2021
@hhyo
Copy link
Owner

hhyo commented Dec 18, 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.

None yet

2 participants