Skip to content

v1.2.1 Release

Choose a tag to compare

@petermattis petermattis released this 23 Mar 16:42
· 27 commits to master since this release
23cf657

This release adds support for:

  1. The driver.ExecerContext and driver.QueryerContext interfaces which allow running multiple SQL statements in a single Conn.ExecContext or Conn.QueryContext call. Previously multiple SQL statements were not supported because the lack of implementation of these interfaces meant that PrepareContext was used which only supports a single SQL statement in the Postgres wire protocol.