Skip to content
  • Chris Bono's avatar
    Use custom paging provider for aggregate DAO queries (#5606) · 6cb57b34
    Chris Bono 创作于
    This commit adds a custom paging provider that is used only by the aggregate
    DAO. This is required because the standard paging provider that ships with
    Spring Batch 4.x does not properly handle sort key aliases when using nested
    ROW_NUMBER clauses.
    
    * This also sneaks in Mac ARM64 support for DB2.
    
    Resolves #5531
    6cb57b34