You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#39 Support for Decodable: see Row.decodeByColumnName(_:defaultTimeZone:) and Row.decodeByColumnIndex(_:defaultTimeZone:) (thanks to @khanlou for the idea and initial code)
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)