You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…native function.
Introduce test case proving that apply a Sort to an HQL query with an already-existing "order by function()" is handled properly.
Resolvesspring-projects#2862.
another case where a workaround is not as trivial as when using native database functions:
spring data will add extra
order by
as it incorrectly resolves subsequentfunction
presence as subquery or window query.Originally posted by @lith-imad in #2620 (comment)
The text was updated successfully, but these errors were encountered: