pgx v5.0.4 Release Notes
Release Date: 2022-10-24 // 5 months ago-
- ๐ Fix: CollectOneRow prefers PostgreSQL error over pgx.ErrorNoRows
- ๐ Fix: some reflect Kind checks to first check for nil
- โฌ๏ธ Bump golang.org/x/text dependency to placate snyk
- ๐ Fix: RowToStructByPos on structs with multiple anonymous sub-structs (Baptiste Fontaine)
- ๐ Fix: Exec checks if tx is closed
Previous changes from v5.0.3
-
- ๐ Fix
driver.Valuer
handling edge cases that could cause infinite loop or crash
- ๐ Fix