-
Notifications
You must be signed in to change notification settings - Fork 17
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
Defaults provided in JooqCustomContext should be documented #44
Comments
forking here for now until some of these issues are resolved: only missing the pro support I think, the rest is more pure JOOQ without any opinion slipping into the config. |
Also setQueryTimeout(60) is hard to find config :) |
This extension should be removed from quarkiverse recommendation until: (probably too late, but its a mess right now otherwise)
|
@apatrida Hi, I understand and agree that we need to fix a few things with this extension. A couple of them being
However, I did not completely understand your second point
Can you also provide access to your fork please? |
Please check this issue aimed at better versioning, and share your thoughts. |
I have the same problem. I am trying to use a separate schema name and had to track down that |
Found a workaround:
No need for a full fork. Ideally, we would be able to paramterize the properties in |
Using quarkus-jooq leads to an out-of-box behavior that is by default different from “plain” jooq. Especially, having set
renderCatalog
andrenderSchema
tofalse
was a bit surprising. This should be documented (and ideally easily changeable).The text was updated successfully, but these errors were encountered: