Skip to content

Refactor Oracle Dialector: Update getOrderByColumns to accept subquer…#66

Open
PrinzEugenCz wants to merge 1 commit intogodoes:mainfrom
PrinzEugenCz:main
Open

Refactor Oracle Dialector: Update getOrderByColumns to accept subquer…#66
PrinzEugenCz wants to merge 1 commit intogodoes:mainfrom
PrinzEugenCz:main

Conversation

@PrinzEugenCz
Copy link
Copy Markdown

  • Do only one thing. 只做了一件事。
  • Non breaking API changes. 非破坏性 API 变更。
  • Tested. 已通过测试。

What did this pull request do? 这个 PR 做了什么?

  • 调整了 getOrderByColumns 方法,使其额外接收子查询别名参数,当传入子查询别名时,会尝试使用它替换 Order By 语句中的表名
  • 调整了 RewriteLimit11 方法,将 T 作为子查询别名传入 getOrderByColumns

User Case Description 用例描述

#65

…y alias and adjust SQL generation for ROW_NUMBER. This improves handling of order by clauses in subqueries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant