b9fa79ff1fe8317531eba576053dbf9e14422d3b
- 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>
Description
No description provided
472 KiB
Languages
TypeScript
99.8%
JavaScript
0.2%