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

[PostgreSQL]Support comments ( index, constraint, trigger ) #220

Merged
merged 3 commits into from
Apr 27, 2020

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Apr 27, 2020

Fix #209 #210

@k1LoW k1LoW self-assigned this Apr 27, 2020
@k1LoW k1LoW added the enhancement New feature or request label Apr 27, 2020
@codecov
Copy link

codecov bot commented Apr 27, 2020

Codecov Report

Merging #220 into master will decrease coverage by 0.84%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #220      +/-   ##
==========================================
- Coverage   68.50%   67.66%   -0.85%     
==========================================
  Files          20       20              
  Lines        3423     3436      +13     
==========================================
- Hits         2345     2325      -20     
- Misses        846      884      +38     
+ Partials      232      227       -5     
Impacted Files Coverage Δ
drivers/postgres/postgres.go 76.29% <92.85%> (+0.53%) ⬆️
datasource/datasource.go 21.45% <0.00%> (-13.74%) ⬇️

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 dab5d6f...6f8571b. Read the comment docs.

@k1LoW k1LoW merged commit 1fdc331 into master Apr 27, 2020
@k1LoW k1LoW deleted the more-comment-pg branch April 27, 2020 15:29
@k1LoW
Copy link
Owner Author

k1LoW commented Apr 27, 2020

Fix #210

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.

Support comments on trigger functions
1 participant