jboss - Losing plus sign in native JPA query -


i have native sql query in switchyard project

(select sysdate + interval '720' minute dual) 

however, when jboss server executes query plus sign has disappeared trace

(select sysdate   interval '720' minute dual) 

how can escape plus sign appears part of native query.


Comments

Popular posts from this blog

c# - Better 64-bit byte array hash -

webrtc - Which ICE candidate am I using and why? -

php - Zend Framework / Skeleton-Application / Composer install issue -