SqlWindowingPagingQueryProvider does not generate correct SQL for Oracle [BATCH-2166] #1430
Labels
in: infrastructure
status: waiting-for-reporter
Issues for which we are waiting for feedback from the reporter
type: bug
Philippe BAYE opened BATCH-2166 and commented
The generated SQL requests look like this (for both first page & remaining pages) :
SELECT * from (....) AS TMP_SUB WHERE ...
But for Oracle, the correct SQL requests look like this :
SELECT * from (....) TMP_SUB WHERE ...
The problem is located in the getSubQueryAlias() method.
In previous version (2.0.4) the SQL requests are corrected.
Affects: 2.1.9
The text was updated successfully, but these errors were encountered: