BVB1#77846 Kan de functie FLX.getflex ook NULL teruggeven als de referentie NULL is?

svn path=/Database/trunk/; revision=60540
This commit is contained in:
Erik Groener
2023-05-30 07:46:31 +00:00
parent c503e3eb14
commit 1e965d5112

View File

@@ -170,7 +170,7 @@
l_kcolumnname_showexpr VARCHAR2 (30);
l_module VARCHAR2 (3);
BEGIN
IF p_ref_key IS NULL
IF p_optional = 1 AND p_ref_key IS NULL
THEN
return NULL;
END IF;