mirror of https://github.com/jackc/pgx.git
parent
fce41c0b24
commit
7a394d5c78
|
@ -1,3 +1,12 @@
|
|||
# 4.2.0 (January 11, 2020)
|
||||
|
||||
* 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.
|
||||
|
||||
# 4.1.2 (October 22, 2019)
|
||||
|
||||
* Fix dbSavepoint.Begin recursive self call
|
||||
|
|
Loading…
Reference in New Issue