-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount #491
Comments
chrisdennis
added a commit
to chrisdennis/quartz
that referenced
this issue
Oct 4, 2019
chrisdennis
added a commit
to chrisdennis/quartz
that referenced
this issue
Oct 23, 2019
chrisdennis
added a commit
to chrisdennis/quartz
that referenced
this issue
Oct 23, 2019
chrisdennis
added a commit
to chrisdennis/quartz
that referenced
this issue
Oct 23, 2019
This was referenced Mar 8, 2021
This was referenced Mar 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
quartz/quartz-core/src/main/java/org/quartz/impl/jdbcjobstore/StdJDBCDelegate.java
Line 2615 in ce1650f
In cases where the JDBC driver does not respect PreparedStatement.setFetchSize and PreparedStatement.setMaxRows, the current logic may return more than maxCount results.
The text was updated successfully, but these errors were encountered: