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 replace() 没有更新字段值 #634

Merged
merged 2 commits into from
Nov 7, 2023
Merged

修复 PostgreSQL replace() 没有更新字段值 #634

merged 2 commits into from
Nov 7, 2023

Conversation

Yurunsoft
Copy link
Member

fix #629

@Yurunsoft Yurunsoft added bug Something isn't working 2.1 labels Nov 7, 2023
Copy link

codecov bot commented Nov 7, 2023

Codecov Report

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

Comparison is base (186defc) 65.45% compared to head (127148c) 66.04%.
Report is 2 commits behind head on 2.1.

Additional details and impacted files
@@             Coverage Diff              @@
##                2.1     #634      +/-   ##
============================================
+ Coverage     65.45%   66.04%   +0.58%     
- Complexity    11257    11265       +8     
============================================
  Files           896      896              
  Lines         30662    30693      +31     
============================================
+ Hits          20070    20271     +201     
+ Misses        10592    10422     -170     
Files Coverage Δ
...nents/pgsql/src/Db/Query/Builder/InsertBuilder.php 80.00% <ø> (ø)
...ents/pgsql/src/Db/Query/Builder/ReplaceBuilder.php 95.00% <91.66%> (+5.00%) ⬆️

... and 26 files with indirect coverage changes

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

@Yurunsoft Yurunsoft merged commit b3e6027 into 2.1 Nov 7, 2023
45 of 55 checks passed
@Yurunsoft Yurunsoft deleted the fix-629 branch November 7, 2023 10:56
Yurunsoft added a commit that referenced this pull request Nov 10, 2023
* 修复 PostgreSQL replace() 没有更新字段值

* 更新测试
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

imi-pgsql的ReplaceBuilder生成update语句错误
1 participant