codingetandClaude b9fa79ff1f fix: address review findings on postgres backend
- PostgresMigrator: run JS migration parts on the transactional client
  (WrappedPgTx) instead of the pool, preserving migration atomicity
- pool.ts: guard ROLLBACK so a failing rollback no longer masks the
  original error (also applied in the migrator loop)
- pool.ts: share all/get/run between WrappedPool and WrappedPgTx via a
  common base class
- sql.ts: document that toPositional precludes JSONB ?/?|/?& operators
- PostgresInterface: implement deleteSession, required by
  BackendDbInterface since the logout-invalidation change on master

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 02:03:47 +00:00
2026-06-29 23:07:14 +00:00
2026-06-29 23:07:14 +00:00
2026-07-20 02:00:10 +00:00
2026-06-29 23:07:14 +00:00
2026-06-29 23:07:14 +00:00
S
Description
No description provided
472 KiB
Languages
TypeScript 99.8%
JavaScript 0.2%