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 Settings.interpreterSearchPath #9677

Closed
lukaseder opened this issue Dec 16, 2019 · 0 comments
Closed

Add Settings.interpreterSearchPath #9677

lukaseder opened this issue Dec 16, 2019 · 0 comments

Comments

@lukaseder
Copy link
Member

#8616 introduced Settings.parseSearchPath to allow for specifying a search path to the parser when looking up objects. A similar search path is needed in the DDL interpreter, where we can predict in what schema a table will be located when we interpret CREATE TABLE t (i int) without schema qualification.

Other usages may be thinkable as well.

This feature is required when implementing validation in #9506 (org.jooq.Migration), where we want to make sure no excess objects are located in a target schema. We might not even know that target schema, otherwise.

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