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

CustomQueryPart manual section should explain how to implement accept() #8048

Closed
lukaseder opened this issue Nov 19, 2018 · 0 comments
Closed

Comments

@lukaseder
Copy link
Member

lukaseder commented Nov 19, 2018

In jOOQ 3.8, we changed the internals, no longer allowing CustomQueryPart implementations to override toSQL() and bind(), but require them to implement accept() instead: #3323

The change has been "announced" already in jOOQ 3.4 through deprecation of toSQL() and bind():
https://www.jooq.org/javadoc/3.4.0/org/jooq/impl/CustomQueryPart.html

This change has not yet been documented, however:
https://www.jooq.org/doc/3.11/manual/sql-building/queryparts/custom-queryparts

jOOQ manuals 3.4+ should use accept(), not toSQL() and bind()

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