pgx v4.2.0 Release Notes

Release Date: 2020-01-11 // over 4 years ago
    • ⚡️ Update pgconn to v1.2.0.
    • ⚡️ Update pgtype to v1.1.0.
    • Return error instead of panic when wrong number of arguments passed to Exec. (malstoun)
    • 🛠 Fix large objects functionality when PreferSimpleProtocol = true.
    • ⏪ Restore GetDefaultDriver which existed in v3. (Johan Brandhorst)
    • ➕ Add RegisterConnConfig to stdlib which replaces the removed RegisterDriverConfig from v3.