robin1607
Results
2
comments of
robin1607
### PLSQL: ``` create or replace package testpackage as function exampleFunction return json_object_t; end testpackage; create or replace package body testpackage as function exampleFunction return json_object_t is example_json_object json_object_t; begin...
Thanks for your answer. We have already thought about the workarounds, but for unit tests of small methods we would have to change our clear and structured system design of...