-
Feature Request
-
Resolution: Done
-
Critical
-
7.0.0.ER2 (Beta), 7.0.0.ER6
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.
- is cloned by
-
JBEAP-4252 (GSS) (7.0.z) HHH-10697: Allow propagation of NULL for stored-procedure argument parameters to database
- Verified
- is incorporated by
-
JBEAP-5300 (7.1.0) Upgrade to Hibernate ORM 5.0.10.Final
- Verified
- cloned from
-
HHH-10697 Loading...