Just noticed that we do not have an assertion on refcursor to check that it has zero rows
probably should be something like: to_be_empty() and to_( be_empty() )
The assertion should be valid only for dataset-like types (collection and refcursor)
Of course this should also be working fine with negated assertion
Just noticed that we do not have an assertion on refcursor to check that it has zero rows
probably should be something like:
to_be_empty()andto_( be_empty() )The assertion should be valid only for dataset-like types (collection and refcursor)
Of course this should also be working fine with negated assertion