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

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

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -