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

Add DSLContext.visit(QueryPart) #6735

Closed
lukaseder opened this issue Oct 24, 2017 · 1 comment
Closed

Add DSLContext.visit(QueryPart) #6735

lukaseder opened this issue Oct 24, 2017 · 1 comment

Comments

@lukaseder
Copy link
Member

lukaseder commented Oct 24, 2017

Currently, we can render() a QueryPart (which will produce the SQL string and the bind variables), but we cannot simply visit() a QueryPart. This would be interesting when performing some tasks using custom VisitListener, without the overhead of actually generating the SQL string.


See also: https://stackoverflow.com/q/46890658/521799

@lukaseder
Copy link
Member Author

As VisitListener is going to see some major rework based on the new query object model, soon (#7642), we won't offer this new API anymore.

3.13 Other improvements automation moved this from To do to Done Oct 2, 2019
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