You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`dbms_output` buffer content is now cached before the run starts.
The outcomes from the output are spooled back to the buffer at the end of the run.
That results in the outputs getting shown in the right order when executing `ut.run` in a PLSQL block that has some buffered data already.
Resolves#482
0 commit comments