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(postgres): ensure consistency of prepare order, fix #69 #70

Merged
merged 2 commits into from
Dec 30, 2023

Conversation

Hieuzest
Copy link
Contributor

fix #69

Copy link

codecov bot commented Dec 29, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (5c4857b) 93.34% compared to head (22fcabb) 93.34%.

Files Patch % Lines
packages/postgres/src/index.ts 96.55% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   93.34%   93.34%   -0.01%     
==========================================
  Files          28       28              
  Lines        8058     8079      +21     
  Branches     1974     1960      -14     
==========================================
+ Hits         7522     7541      +19     
- Misses        536      538       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shigma shigma merged commit b15354a into cordiverse:master Dec 30, 2023
25 of 26 checks passed
@shigma shigma changed the title feat(postgres): support queue(), ensure consistency of prepare order feat(postgres): ensure consistency of prepare order, fix #69 Dec 30, 2023
@Hieuzest Hieuzest deleted the fix-postgres-queue branch February 2, 2024 14:32
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.

Bug(postgres): Tables with foreign constraints do not respect order during creation
2 participants