nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
229 stars 60 forks source link

add client process pid and name to op_attach database parameter block #60

Closed metametaclass closed 6 years ago

metametaclass commented 6 years ago

This patch adds PID and process name to the database parameter block in order to show connectivity information in the mon$attachments table

nakagami commented 6 years ago

Thanks, It seems beneficial.