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 running additional PreparedStatement methods before executing #1990

Open
jatcwang opened this issue Feb 14, 2024 · 0 comments
Open

Allow running additional PreparedStatement methods before executing #1990

jatcwang opened this issue Feb 14, 2024 · 0 comments
Milestone

Comments

@jatcwang
Copy link
Collaborator

Sometimes, the user wants to perform some additional actions on the PreparedStatement before it is executed (e.g. setFetchSize).

From Query/Update, we should allow users to supply a PreparedStatementIO (FPS) which are run after the parameters are set.

@jatcwang jatcwang added this to the Post 1.0 milestone Feb 14, 2024
@jatcwang jatcwang changed the title Expose PreparedStatement before executing Allow running additional PreparedStatement methods before executing Feb 14, 2024
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

1 participant