[ 
https://issues.apache.org/jira/browse/DELTASPIKE-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16306860#comment-16306860
 ] 

ASF subversion and git services commented on DELTASPIKE-1299:
-------------------------------------------------------------

Commit 2c4c80d65984648437dcd602f2ba57f9deca91f6 in deltaspike's branch 
refs/heads/master from [~Mobe]
[ https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;h=2c4c80d ]

DELTASPIKE-1299: fixed orderby item order


> Order by items are applied in alphabetic order
> ----------------------------------------------
>
>                 Key: DELTASPIKE-1299
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1299
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Data-Module
>    Affects Versions: 1.8.0
>            Reporter: Moritz Becker
>             Fix For: 1.8.1
>
>
> 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:
> {code:sql}
> select * from ... order by id desc, name asc
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to