solomax commented on code in PR #144:
URL: https://github.com/apache/openjpa/pull/144#discussion_r3563214477


##########
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/jpql/functions/TestEJBQLFunction.java:
##########


Review Comment:
   Another weird case for `HSSQL` is this one and alike
   
   `- 0.4` part seems to be completely ignored
   
   `Object result0 = em.createQuery("SELECT 24 - 0.4 AS s, COUNT(c) FROM 
CompUser c").getSingleResult();`
   
   Results `24, 6` ....
   
   how this can be debugged? :))



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to