happyDomain/internal/storage
Pierre-Olivier Mercier 4989e38fbc fix: migration: use safe type assertions in SRV record migration
Avoid potential panics from nil or missing fields when migrating SRV
records by using comma-ok type assertions and guarding against empty
name/proto values.
2026-04-11 11:19:48 +07:00
..
inmemory inmemory: remove unused fields and simplify test setup 2026-04-11 00:18:31 +07:00
kvtpl fix: migration: use safe type assertions in SRV record migration 2026-04-11 11:19:48 +07:00
leveldb fix: propagate iterator errors instead of silently returning partial results 2026-03-26 08:02:15 +07:00
oracle-nosql oracle-nosql: improve search with prepared statements and rate-limit handling 2026-03-26 08:02:15 +07:00
postgresql fix: propagate iterator errors instead of silently returning partial results 2026-03-26 08:02:15 +07:00
interface.go fix: propagate iterator errors instead of silently returning partial results 2026-03-26 08:02:15 +07:00
singleton.go chore: apply Go naming conventions and minor code improvements 2026-03-01 17:38:12 +07:00