Ted Gulesserian
commented
on
JPA-31
Re: Simple JPQL with guarded null Parameter fails with Postgresql
Awful no good workaround:
public Date convertToZero(Date startDate) {
if (startDate == null)
{ return new Date(0); }
else
{ return startDate; }
}
Add Comment
Get Jira notifications on your phone! Download the Jira Cloud app for
Android
or
iOS
This message was sent by Atlassian Jira
(v1001.0.0-SNAPSHOT#100093-
sha1:1ac4f1c
)