xinglijun1973 opened a new pull request, #20257: URL: https://github.com/apache/shardingsphere/pull/20257
Fixes #14334. Oracle pagination and sorting doesn' t work properly #14334 Changes proposed in this pull request: -if use oracle's rownun alias in where, it means use the "order by" exists in the rownum's from sub query. -first, resolve ‘rownum alias’ and ‘order by’ relation in OracleDMLStatementVisitor, save the relation in OracelSelectStatement -second, using the relation above, in OrderByContextEngine, if use rownum alias in where ,attach 'order by' . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
