v1.2.1 Release
This release adds support for:
- 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.