[I tried to post on the new forum, but it failed]
Hi,
Lately, my test failed on eqQuery assertion. That's good.
But there is no way to see what data is actually different.
Is it possible to enhance eqQuery so that it prints out the actual differences
it has found ?
I doubt, because in PL/SQL you cannot run dynamic select if you do not know
exactly what columns it has.
Am I wrong ?
Currently, I debugged by removing ROLLBACK from my teardown() method and
removing COMMIT from UTPLSQL.test().
After running the test, I performed two selects and diff-ed them.
But this is tedious and error-prone method. If you forget to restore ROLLBACK in
teardown, you can mess up your data.
Albert.