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

Improve manual's section about batching by making it clear that bind() binds records, not individual values #3808

Closed
lukaseder opened this issue Nov 26, 2014 · 1 comment

Comments

@lukaseder
Copy link
Member

Users might be confused by jOOQ's batch API. The bind() method really binds a complete record, not individual columns. We should probably make this more clear via:

  • Indentation: put values under each column
  • Adding a line of text

See also:
https://groups.google.com/forum/#!topic/jooq-user/dZjymQgtE8U

@lukaseder
Copy link
Member Author

Will be published with the next manual release

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

No branches or pull requests

1 participant