• v0.1.2 4e75a800f1

    fix: connect() never orphans a pool (psql-3)

    dsql released this 2026-07-01 04:28:27 +00:00 | 10 commits to main since this release

    connect() now closes an existing pool before re-connecting (no orphan on double-connect),
    and tears down the freshly-built pool if the SELECT-1 validation fails before re-raising
    (no leaked pool on a failed connect). verified vs embedded postgres. bump v0.1.1 -> v0.1.2

    Signed-off-by: disqualifier dev@disqualifier.me

    Downloads