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
Currently we can use the driver option to supply an RDSData client for the mysql mode, but options are restricted to client level only.
There is a specific parameter continueAfterTimeout that is only available at ExecuteStatement, where it continues running the statement even if the timeout in Data API is reached.
This is particularly useful and necessary for DDL and long-running INSERT/UPDATE/CALL statements.
The text was updated successfully, but these errors were encountered:
Currently we can use the
driver
option to supply anRDSData
client for the mysql mode, but options are restricted to client level only.There is a specific parameter
continueAfterTimeout
that is only available atExecuteStatement
, where it continues running the statement even if the timeout in Data API is reached.This is particularly useful and necessary for DDL and long-running INSERT/UPDATE/CALL statements.
The text was updated successfully, but these errors were encountered: