Re: DBD::Proxy - fix rows() for fetch()

2007-08-23 Thread Tim Bunce
Thanks Philip. I've applied it, with just a couple of changes. The first is cosmetic, the second fixes a bug when proxy_rows is zero. Any chance you could write some tests for this? Tim. --- lib/DBD/Proxy.pm(revision 9871) +++ lib/DBD/Proxy.pm(working copy) @@ -593,8 +593,7 @@

Re: DBD::Oracle and execute_for_fetch()

2007-08-23 Thread Tim Bunce
Sounds like a good idea. Patches welcome :) Tim. On Tue, Aug 21, 2007 at 12:10:56PM -0400, Sir Woody Hackswell wrote: Hello! I was wondering if it would be possible to pass a reference to an array or hashes to execute_for_fetch() in DBD::Oracle. Right now, a ref to array of arrays is