Re: problem with bound columns and fetchall_arrayref with a slice
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <20130608000035.GS26228@adsl-172-10-1-108.dsl.sndg02.sbcglobal.net> |
On Fri, Jun 07, 2013 at 08:29:42AM +0100, Martin J. Evans wrote: > On 04/06/13 06:22, Tim Bunce wrote: > > > >I see the docs don't spell it out but I've always intended the bind_col > >type parameter to be 'sticky' - i.e. a missing or undef value wouldn't > >undo previous type settings. > > > >Feel free to patch the docs to clarify that. > > I have updated the bind_col pod in DBI. > > I've released a new DBD::ODBC which fixes the sticky issue (in DBD::ODBC TYPE was ok but attributes were not). > > I've sent a pull request to Yanick to fix stickiness in DBD::Oracle. Perfect. Thanks Martin! Tim.