Summary
Fixes #
Changes
-
Testing
- [ ]
just test-unitpasses - [ ]
just test-integrationpasses (if DB-facing code changed) - [ ]
just test-e2epasses (if SQL API or CDC changed) - [ ] New tests added for the changed behaviour
Code review checklist
- [ ] No
unwrap()/panic!()in non-test code - [ ] All
unsafeblocks have// SAFETY:comments - [ ] New SQL functions use
#[pg_extern(schema = "pgtrickle")] - [ ]
just fmt && just lintpasses with zero warnings - [ ] Error messages include context (table name, query fragment, etc.)
- [ ] CHANGELOG.md updated under
## [Unreleased]if user-visible