-
Notifications
You must be signed in to change notification settings - Fork 525
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 schema configuration option for jooq LockProvider class #1830
Comments
Hi, jOOQ is IMO able to do it https://www.jooq.org/doc/3.19/manual/sql-building/dsl-context/custom-settings/settings-render-mapping/ or not? |
I tried this suggestion while creating
|
Hi, I do not think "public" is the right default, can you try specifying ""? |
This works for me:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I am trying to configure LockProvider to use a custom schema "orchestrator" to access my Shedlock table, but unfortunately I am unable to see any such setting in Shedlock LockProvider for jooq.
Describe the solution you'd like
Setting that is similar to what is present for JDBC.
Additional context
My shedlock table creation script:
The text was updated successfully, but these errors were encountered: