[#6380] Revert this change for the moment
This commit is contained in:
parent
89adb163a6
commit
b75e9e9384
@ -1040,12 +1040,7 @@ final class SelectQueryImpl<R extends Record> extends AbstractResultQuery<R> imp
|
||||
boolean wrapQueryExpressionBodyInDerivedTable = false;
|
||||
|
||||
|
||||
wrapQueryExpressionInDerivedTable =
|
||||
|
||||
// [#6380] SEEK BEFORE with LIMIT requires two applications of ORDER BY:
|
||||
// - A reversed ordering in a derived table
|
||||
// - The desired ordering in the outer table
|
||||
seekBefore && getLimit().isApplicable()
|
||||
wrapQueryExpressionInDerivedTable = false
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user