Backport the functionality to permit propagation of NULL to the database for parameters in stored procedure invocations. Setting hibernate.proc.param_null_passing="true" will globally enable passing null as the stored procedure parameter value when no value is provided. Default will be "false".
NOTE: HHH-9548 allows the global value to be overridden on a per parameter basis; this functionality cannot be backported to 5.0 due to SPI changes.
- clones
-
JBEAP-5303 (GSS) (7.1.0) HHH-10697: Allow propagation of NULL for stored-procedure argument parameters to database
- Verified
- is incorporated by
-
JBEAP-4292 [GSS](7.0.z) Upgrade to Hibernate ORM 5.0.11.Final when available
- Verified
- is blocked by
-
HHH-10697 Loading...