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
Add retries for 502, 504 HTTP statuses
Add 502 Bad Gateway and 504 Gateway Timeout HTTP status to client's retry logic
Add tests for retries on 502,504 and test that no retry is done on another status (404)
Support EXECUTE IMMEDIATE
Use EXECUTE IMMEDIATE sent in the HTTP request body, instead of putting
the query text in HTTP headers. This should allow sending large query
text. It can be enabled by setting the `explicitPrepare` option to
false in the connection string.