Skip to content

StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount #491

@bradbeck

Description

@bradbeck

while (rs.next() && nextTriggers.size() <= maxCount) {

In cases where the JDBC driver does not respect PreparedStatement.setFetchSize and PreparedStatement.setMaxRows, the current logic may return more than maxCount results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions