Hi,
I'm using the Desktop version 4.4.3 and after installing APOC,I've noticed that many procedures are not available (e.g apoc.date.parse is missing and also almost all the other date functions, except 2: 'apoc.date.expire' and apoc.date.expireIn).
I've searched for an answer in previous discussions and followed the proposed solution - editting the settings, tried several settings with no sucess,
my current setting looks like this:
dbms.security.procedures.whitelist=apoc.*
dbms.security.procedures.allowlist=apoc.,gds.
this should have set all apoc procedures to be available but didn't work,
when I execute 'call dbms.procedures' ,I see that 320 apoc procedures available.
Any idea what am I missing here?
Thanks,