Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.8.0
-
None
Description
DeltaSpike data applies the order bys in parsed methods in alphabetic order which leads to semantically incorrect queries.
For example, the method findAllOrderByNameAscIdDesc produces the following query:
select * from ... order by id desc, name asc