Runing into a problem in Spring Batch Admin when I am trying to look at a step execution. It appears be using SQL generated by the Db2PagingQueryProvider to determine a SORT_KEY. It uses the ROW_NUMBER() and OVER() functions which are not currently supported by the version of DB2 we are using. Is there any way to work around this?
