registry: finish sqlx verification for operation reads

This commit is contained in:
a.tolmachev
2026-04-12 21:57:09 +00:00
parent 075c1762e2
commit 624224f089
5 changed files with 267 additions and 35 deletions
+5 -5
View File
@@ -2,18 +2,18 @@
## Current
### `feat/sqlx-compile-time-verification`
### `feat/typed-timestamps`
Status: in_progress
DoD:
- the highest-risk registry queries use `sqlx::query!` / `query_as!`
- compile-time SQL verification is enabled in normal backend workflow
- runtime-only queries remain only where dynamic SQL is truly required
- domain and registry models use typed timestamps instead of `String`
- SQL row decoding uses timestamp types directly where possible
- API serialization stays RFC 3339 compatible
## Next
- `feat/typed-timestamps`
- `feat/error-structure-normalization`
## Backlog