v1.2.0
Breaking
- None
Enhancements
-
New
applicationName
property onConnectionConfiguration
to set the Postgresapplication_name
included in thepg_stat_activity
view and displayed by pgAdmin (#21) -
New
retrieveColumnMetadata
parameter onStatement.execute(...)
and newcolumns
property onCursor
to optionally retrieve metadata about the columns in the result of executing aStatement
(#12, #18)
Bug fixes
- None