Re: Statement handle side effects of swap_inner_handle?



On Fri, Jan 27, 2006 at 07:12:12PM -0500, Steven Lembark wrote:
>
> >>> Umm, bind_columns is probably do-able if the DBI gave you a way to
> >>> access the current row array. Then you could just bind the new columns
> >>> to the old ones.
> >>
> >>Any real odds?
> >
> >Odds?
>
> "Probably do-able"
>
> Q1: How likely?
> Q2: Any timeframe?

As soon as someone sends me a patch I'm happy with :)

But it occurs to me that you could call $row = $sth->_get_fbav;
(See perldoc DBI::DBD for details.) That'll have the side effect of
incrementing the row count for that $sth, but that's not a problem in
your situation.

Tim.
.



Relevant Pages

  • Re: Yes, Im pished - have been since Saturday. Whaddya care?!
    ... Tim, she's going through a bad patch. ... I had a heart last time she was going through a 'bad patch' she laid ...
    (uk.people.support.depression)
  • Re: [PATCH 0/11] LTTng-core (basic tracing infrastructure) 0.5.108
    ... prev = context_switch; ... tracepoint definition should look, it's a terrible one. ... I still think that this is off-topic for the patch posted. ... Architecture Group Chair, CE Linux Forum ...
    (Linux-Kernel)
  • Re: [PATCH 1/5] 2.6.0 fix preempt ctx switch accounting
    ... This also keeps the kernel ... That patch still gets several cases wrong: we don't update any counters at ... we shouldn't update the context switch counter just because we ... task_t *prev, *next; ...
    (Linux-Kernel)
  • RE: Problem with install of KB886903
    ... did several updates in the company on XP professional without any problems. ... "Tim F" wrote: ... > I am running AVG free edition. ... >> with WinXP Home accepted the patch without a problem as did my Dell Laptop ...
    (microsoft.public.windowsupdate)
  • Re: DBD::Oracle and $sth->{PRECISION}
    ... >> Feel free to add tests for anything and everything that takes your fancy! ... > Tim, I added 3 new tests around $sth->in the attached diff ... > flaws in this approach to test, and I can try to amend the patch. ...
    (perl.dbi.users)