IOhacker commented on PR #5956: URL: https://github.com/apache/fineract/pull/5956#issuecomment-4678267130
The failing JPQL condition (:isRead is null or nm.isRead = :isRead) (called with null for "all notifications") causes EclipseLink + PostgreSQL JDBC to bind the Boolean parameter incorrectly (as character varying instead of boolean), leading to the reported issue. -- 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]
