Skip to content

v1.2.0

Compare
Choose a tag to compare
@pitfield pitfield released this 29 May 14:47
· 27 commits to master since this release

Breaking

  • None

Enhancements

  • New applicationName property on ConnectionConfiguration to set the Postgres application_name included in the pg_stat_activity view and displayed by pgAdmin (#21)

  • New retrieveColumnMetadata parameter on Statement.execute(...) and new columns property on Cursor to optionally retrieve metadata about the columns in the result of executing a Statement (#12, #18)

Bug fixes

  • None