kysely-data-api icon indicating copy to clipboard operation
kysely-data-api copied to clipboard

Allow parameters in ExecuteStatement for RDS Aurora Data API

Open vicary opened this issue 1 year ago • 1 comments

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.

vicary avatar Jan 06 '24 04:01 vicary

Can you open a #help thread in our Discord? I'd like some more details on this.

jayair avatar Jan 10 '24 00:01 jayair