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
sqlcommenting is supported by psycopg2 and psycopg instrumentors, but only if user calls instrument().
Describe the solution you'd like
Update psycopg2 and psycopg instrumentors so that users can pass enable_commenter and commenter_options to instrument_connection. Similar updates were made recently for mysqlclient and PyMySQL instrumentors.