mirror of https://github.com/jackc/pgx.git
13 lines
357 B
Markdown
13 lines
357 B
Markdown
# Unreleased
|
|
|
|
* Add per connection oid to name map
|
|
* Add Hstore support (Andy Walker)
|
|
* Move introductory docs to godoc from readme
|
|
* Fix documentation references to TextEncoder and BinaryEncoder
|
|
|
|
# 2.3.0 (September 16, 2014)
|
|
|
|
* Truncate logged strings and byte slices
|
|
* Extract more error information from PostgreSQL
|
|
* Fix data race with Rows and ConnPool
|