Re: Devel-Cover-0.43 and Borland

2004-05-04 Thread Steffen Goeldner
Paul Johnson wrote: That's odd. I would have expected at least three skipped messages, or did not just not send them? I sent the complete output. Urgh. That probably indicates a crash while Devel::Cover is trying to collect the last of the data. Is is possible for you to test under

Multiple result sets and the $sth-more_results method (Mark 3)

2004-05-04 Thread Tim Bunce
Here's a further update of what I'm thinking of with respect to $sth-more_results (many thanks for the valuable feedback). This is quite long because I've tried to consider all the issues. =head1 Multiple result sets and the $sth-more_results method There are 3 kinds of batches of SQL

RE: Multiple result sets and the $sth-more_results method (Mark 3)

2004-05-04 Thread Jeff Urlwin
This is quite long because I've tried to consider all the issues. Yes, you have. Sorry I couldn't respond to this earlier. =head2 Skipping Non-SELECT Results When executing stored procedures, for example, applications are sometimes only interested in the results of SELECT

Re: Multiple result sets and the $sth-more_results method (Mark 3)

2004-05-04 Thread Tim Bunce
On Tue, May 04, 2004 at 01:41:56PM -0400, Jeff Urlwin wrote: =head2 Skipping Non-SELECT Results When executing stored procedures, for example, applications are sometimes only interested in the results of SELECT statements executed by the procedure and not in any INSERTs, DELETEs,