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
The driver currently creates a new context with context.Background() in some places instead of using the context provided by the user when creating a connection or transaction.
An initial implementation was done in #116 but it caused integration tests to fail.
The text was updated successfully, but these errors were encountered:
The driver currently creates a new context with
context.Background()
in some places instead of using the context provided by the user when creating a connection or transaction.An initial implementation was done in #116 but it caused integration tests to fail.
The text was updated successfully, but these errors were encountered: