I'm trying to call a PL/pgSQL function that executes an update (language sql, returns void). I'm getting this exception: Internal Exception: org.postgresql.util.PSQLException: A result was returned when none was expected. persistence.xml:
Internal Exception: org.postgresql.util.PSQLException: A result was returned when none was expected.
<named-native-query name="Clinic.deactivateByNotFoundInIncomingClinic"> ...