https://github.com/utPLSQL/utPLSQL/blob/develop/source/expectations/data_values/ut_data_value_refcursor.tpb#L73
Question is: does it make sense to allow unlimited number of rows for refcursor-data?
I think there should be a max size, but if it is reached there should be a more readable error message
Or would you limit the result to the max limit and only display a warning?
https://github.com/utPLSQL/utPLSQL/blob/develop/source/expectations/data_values/ut_data_value_refcursor.tpb#L73
Question is: does it make sense to allow unlimited number of rows for refcursor-data?
I think there should be a max size, but if it is reached there should be a more readable error message
Or would you limit the result to the max limit and only display a warning?