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
Since we are having issues with timeout handling I had a look at your project and wanted to replace the pq.Driver{} that is wrapped in the instrumented driver with yours. Unfortunately your driver is private and I see no chance wrapping it. Maybe you want to consider exposing it?
Greetings, Ann-Katrin
The text was updated successfully, but these errors were encountered:
Hi there,
I am currently using an instrumented sql driver in a project for tracing purposes: https://github.com/ExpansiveWorlds/instrumentedsql
Since we are having issues with timeout handling I had a look at your project and wanted to replace the
pq.Driver{}
that is wrapped in the instrumented driver with yours. Unfortunately your driver is private and I see no chance wrapping it. Maybe you want to consider exposing it?Greetings, Ann-Katrin
The text was updated successfully, but these errors were encountered: