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

Clarify meaning of <name/> in data type rewriting in manual #7492

Closed
lukaseder opened this issue May 16, 2018 · 0 comments
Closed

Clarify meaning of <name/> in data type rewriting in manual #7492

lukaseder opened this issue May 16, 2018 · 0 comments

Comments

@lukaseder
Copy link
Member

To be entirely accurate, the data type rewriting feature doesn't require the target type (as defined in <name/>) to be a type from org.jooq.impl.SQLDataType. It just rewrites the type as reported by the dictionary views to something else. Then, that type (as any type) is first matched against known vendor-specific types, and if unknown on that vendor, against org.jooq.impl.SQLDataType.

The manual should be updated accordingly.


See:
https://groups.google.com/forum/#!topic/jooq-user/wMag-UTXjyk

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