File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 3.2.0 (August 7, 2018)
22
33## Features
44
55* Support sslkey, sslcert, and sslrootcert URI params (Sean Chittenden)
66* Allow any scheme in ParseURI (for convenience with cockroachdb) (Sean Chittenden)
77* Add support for domain types
8+ * Add zerolog logging adaptor (Justin Reagor)
9+ * Add driver.Connector support / Go 1.10 support (James Lawrence)
10+ * Allow nested database/sql/driver.Drivers (Jackson Owens)
11+ * Support int64 and uint64 numeric array (Anthony Regeda)
12+ * Add nul support to pgtype.Bool (Tarik Demirci)
13+ * Add types to decode error messages (Damir Vandic)
14+
815
916## Fixes
1017
1118* Fix Rows.Values returning same value for multiple columns of same complex type
1219* Fix StartReplication() syntax (steampunkcoder)
1320* Fix precision loss for test format geometric types
21+ * Allows scanning jsonb column into ` *json.RawMessage `
22+ * Allow recovery to savepoint in failed transaction
23+ * Fix deadlock when CopyFromSource panics
24+ * Include PreferSimpleProtocol in config Merge (Murat Kabilov)
1425
1526## Changes
1627
You can’t perform that action at this time.
0 commit comments