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

Denis A. Magda commented on IGNITE-12976:
-----------------------------------------

Mikhail, thanks for fixing the issue. Could you please add a test the will 
ensure the problem won't arise in the future?

> Invalid SQL syntax for NULLS LAST / NULLS FIRST in IgniteQueryGenerator
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-12976
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12976
>             Project: Ignite
>          Issue Type: Bug
>          Components: spring
>    Affects Versions: 2.8
>            Reporter: Mikhail Kostyuckovich
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Ignite Spring Data's {{IgniteQueryGenerator}} (in all {{spring-data}} / 
> {{spring-data-2.0}} / {{spring-data-2.2}} modules) generate invalid SQL when 
> null handling other than native is used.
> Currently generated query - invalid:
> {{SELECT ... ORDER BY ... NULL FIRST ...}}
> {{SELECT ... ORDER BY ... NULL LAST ...}}
> Expected - valid:
> {{SELECT ... ORDER BY ... NULL*S* FIRST ...}}
> {{SELECT ... ORDER BY ... NULL*S* LAST ...}}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to