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 nodejs process domain may be switched upon callback from execute() and executeAsPrepared() due to connection pooling.
This requires callers to manually bind the callback to the domain before calling these methods. It would be better if domains were preserved upon callback.
The nodejs process domain may be switched upon callback from
execute()
andexecuteAsPrepared()
due to connection pooling.This requires callers to manually bind the callback to the domain before calling these methods. It would be better if domains were preserved upon callback.
More information about this issue is in the Domains and connection pools nodejs google groups thread.
The text was updated successfully, but these errors were encountered: