v3.135.9
·
91 commits
to master
since this release
- Implemented
driver.Validatoron the SDK'sdatabase/sqldriver connection so thatdatabase/sqldiscards invalidated sessions before reusing connections from its pool - Fixed
query.Session.Beginto returnBAD_SESSIONimmediately for dead lazy-tx sessions instead of silently creating a transaction that would fail on the next server call - Fixed
Rollbackto signaldriver.ErrBadConntodatabase/sqlwhen the session is no longer alive after a rollback, ensuring the dead connection is discarded
Full Changelog: v3.135.8...v3.135.9