Hi,
Thanks for creating the debugging feature for the Oracle database in VS Code.
Often my parameter inputs for unit tests are function calls, but these seem to not be accepted at the moment:
It seems that for the date the NLS_DATE_FORMAT must be used, otherwise it is rejected. Also for the other data types function calls do not work (and for a varchar2 it does not give an error, but passes the function call itself as a string).
Am I doing something wrong here, or is it just not supported at the moment?
Also: now the input parameters are reset on each subsequent call, it may be convenient to retain them.
Regards