Open
Description
Useful result testing function to consider adding (but might require C code): rowtype_is()
. Could certainly simplify the diagnostic output of results_eq()
when the values are the same but the types are different (right now, there is no way to tell what the types are, since they can't be extracted from a refcursor
or a record
. 037f49a was about the best I could manage.