Skip to content

Conversation

@levkk
Copy link
Collaborator

@levkk levkk commented Dec 24, 2025

  • fix: handle expressions in UPDATE statements that change the sharding key
  • chore: clippy
UPDATE users SET id = $1, created_at = now() WHERE id = $2

@codecov
Copy link

codecov bot commented Dec 24, 2025

Codecov Report

❌ Patch coverage is 95.58011% with 8 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...frontend/router/parser/rewrite/statement/update.rs 92.94% 6 Missing ⚠️
...tend/client/query_engine/multi_step/test/update.rs 98.80% 1 Missing ⚠️
.../frontend/client/query_engine/multi_step/update.rs 88.88% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

@levkk levkk merged commit e29a840 into main Dec 24, 2025
8 checks passed
@levkk levkk deleted the levkk-fix-expr branch December 24, 2025 06:24
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.

2 participants