Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Tim Bunce
On Fri, Dec 01, 2000 at 12:23:26PM +, Greg Cope wrote: > Tim Bunce wrote: > > Although a bit OT, but I am sure everyone is interested, what changes > are you planning for DBI ? There's a ToDo file in the dist. I've probably a few others rattling around in my head. Tim.

Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Greg Cope
Tim Bunce wrote: > > On Fri, Dec 01, 2000 at 09:48:34AM +, Matt Sergeant wrote: > > On Fri, 1 Dec 2000, Tim Bunce wrote: > > > > > On Fri, Dec 01, 2000 at 02:37:47AM +0100, Stas Bekman wrote: > > > > > > > > It would be much easier for Tim to do it from the inside than any of us > > > > doing

Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Tim Bunce
On Fri, Dec 01, 2000 at 09:48:34AM +, Matt Sergeant wrote: > On Fri, 1 Dec 2000, Tim Bunce wrote: > > > On Fri, Dec 01, 2000 at 02:37:47AM +0100, Stas Bekman wrote: > > > > > > It would be much easier for Tim to do it from the inside than any of us > > > doing the overloading hacking, but tha

Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Matt Sergeant
On Fri, 1 Dec 2000, Tim Bunce wrote: > On Fri, Dec 01, 2000 at 02:37:47AM +0100, Stas Bekman wrote: > > > > It would be much easier for Tim to do it from the inside than any of us > > doing the overloading hacking, but that's up to Tim to decide when if ever > > this should go in :) > > Things ar

Re: Antwort: RFC: DBI::Prof

2000-12-01 Thread Tim Bunce
On Fri, Dec 01, 2000 at 02:37:47AM +0100, Stas Bekman wrote: > > It would be much easier for Tim to do it from the inside than any of us > doing the overloading hacking, but that's up to Tim to decide when if ever > this should go in :) Things are changing for the better workwise now and I hope

Re: Antwort: RFC: DBI::Prof

2000-11-30 Thread Stas Bekman
On Thu, 30 Nov 2000 [EMAIL PROTECTED] wrote: > Hi, > > I'm not quite sure, but I think the following would produce wrong results, > wouldn't it? > > $sth1 = $dbh->prepare(...); > $sth2 = $dbh->prepare(...); > $sth1->execute(); > $sth3 = $dbh->prepare(...); > $sth2->execute(); > $sth3->execute()