• v0.1.2 a46c4b13fc

    fix: connect() orphan (lockstep psql-3) + await pool.release() (mysql-1)

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

    • connect() closes an existing pool on re-connect and tears down the built pool on SELECT-1
      validation failure (sibling of psql-3).
    • _Transaction now awaits pool.release() in both aexit and the aenter failure path,
      matching psql and aiomysql's idiom (no un-awaited _wakeup task per transaction).
    • README: insert-returns-lastrowid headline precision + upsert-rowcount convention note.
      verified vs real MariaDB (re-connect, 5-tx release, full suite). bump v0.1.1 -> v0.1.2

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

    Downloads