On 01/02/11 15:44, Tim Bunce wrote:
> On Sun, Jan 30, 2011 at 05:46:49PM +0000, Martin J. Evans wrote:
>>
>>  push @$tuple_status, [ $sth->err, $sth->errstr, $sth->state ];
>>
>>    so I guess the pod should say:
>>
>>    "If the execution of a tuple causes an error, then the corresponding 
>> status array element will be set to
>>    a reference to an array containing the err, errstr and state set by the 
>> failed execution. If that is the
>>    case let me know and I'll amend the pod. Otherwise, I'll need to know 
>> what was intended.
> 
> Yes, the state should be included and mentioned in the docs. Thanks.

Will do.

>> # NOTE: I'd like to do the following test but it requires Multiple
>> # Active Statements and although I can find ODBC drivers which do this
>> # it is not easy (if at all possible) to know if an ODBC driver can
>> # handle MAS or not.
> 
> Perhaps try to run it and if it gets an error, and the error indicates
> lack of MAS, then skip the test.

ok, will do.
 
> Tim.
> 
> p.s. Sorry for the delay.

Not a big problem, it was just some releases are coming up soon (DBD::Oracle 
and DBD::ODBC) and I just wanted to get the docs right.

Thanks

Martin
-- 
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Reply via email to