Skip to content

v1.2.1

Choose a tag to compare

@kristofer84 kristofer84 released this 20 Mar 20:32

Fix

  • Removed pg deprecation warningget_connection_status and describe_table were running multiple queries concurrently via Promise.all() on a single pg.Client, which does not support concurrent queries. Queries are now sequential, eliminating the warning ahead of pg@9.0.