What's Changed
- Fixed handling of
int2vector
andoidvector
fields when usingext-pgsql
(#68). - The type table is now loaded using an async query when using
ext-pgsql
. This query is only executed once per server upon the initial connection to that server. Using an async query will reduce latency when connecting to different Postgres servers. - Improved performance of array parsing when using
ext-pgsql
.
Full Changelog: v2.1.0...v2.1.1