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

Support batch in DSLContext.parsingConnection() #5757

Closed
lukaseder opened this issue Jan 2, 2017 · 2 comments
Closed

Support batch in DSLContext.parsingConnection() #5757

lukaseder opened this issue Jan 2, 2017 · 2 comments

Comments

@lukaseder
Copy link
Member

Missing feature in #5738 implemented in a separate issue

@lukaseder
Copy link
Member Author

After #11512 has been implemented for 3.15, I'll increase the priority of this one, as customers are likely to miss this feature

@lukaseder
Copy link
Member Author

A first canonical implementation will re-translate the statement for every call to addBatch(), because we have to re-map the input bind variable list to an output bind variable list, as we currently don't have access to the implied Function<Integer, Integer[]> that does this mapping. This will be fixed in a separate task: #11633

3.15 Other improvements automation moved this from To do to Done Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant