Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow parameters in ExecuteStatement for RDS Aurora Data API #36

Open
vicary opened this issue Jan 6, 2024 · 1 comment
Open

Allow parameters in ExecuteStatement for RDS Aurora Data API #36

vicary opened this issue Jan 6, 2024 · 1 comment

Comments

@vicary
Copy link

vicary commented Jan 6, 2024

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.

@jayair
Copy link
Contributor

jayair commented Jan 10, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants