Skip to content

[fix] downgrade non-idempotent error#320

Merged
muir merged 1 commit intomainfrom
downgradeNonIdempotentError
Feb 10, 2026
Merged

[fix] downgrade non-idempotent error#320
muir merged 1 commit intomainfrom
downgradeNonIdempotentError

Conversation

@muir
Copy link
Copy Markdown
Owner

@muir muir commented Feb 10, 2026

Postgres changes:

Previously when you were running non-transactionally, SQL that was non-idempotent without an easy fix would result in a fatal error.
It now logs a warning.

Running DML non-transactionally is now fatal.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.30%. Comparing base (32feb25) to head (ff28cea).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #320      +/-   ##
==========================================
+ Coverage   84.17%   84.30%   +0.12%     
==========================================
  Files          16       16              
  Lines        1542     1548       +6     
==========================================
+ Hits         1298     1305       +7     
+ Misses        141      140       -1     
  Partials      103      103              
Flag Coverage Δ
go_tests 21.25% <0.00%> (-0.09%) ⬇️
mysql_tests 48.89% <0.00%> (-0.20%) ⬇️
pg_tests 54.88% <100.00%> (+1.48%) ⬆️
singlestore_tests 45.30% <0.00%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@muir muir force-pushed the downgradeNonIdempotentError branch from 5c9f4d2 to ff28cea Compare February 10, 2026 19:38
@muir muir merged commit bc0cd32 into main Feb 10, 2026
21 checks passed
@muir muir deleted the downgradeNonIdempotentError branch February 10, 2026 19:41
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.

1 participant