-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Support # in addition to -- as a default comment prefix for Quartz DataSource initialization #17435
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
Comments
The comment prefix is set to That said, I wonder if we can do better here. Perhaps we could automatically use a different comment prefix based on the database that is being used. |
I think we also have the same problem with |
A small difference between the two is that the scripts used by In the Quartz case, the scripts are out of the users control and were, I imagine, primarily written to be read by the database itself rather than a tool like Boot's DataSource initialization. This is not to say that there's no problem with |
I've submitted a PR to framework that will allow us to support both prefixes spring-projects/spring-framework#23289 |
spring boot version : 2.1.6.RELEASE
spring-boot-starter-quartz
quartz-scheduler/quartz#262 (comment)
maybe
spring.quartz.jdbc.comment-prefix=#
should be default?The text was updated successfully, but these errors were encountered: