Re: Is it ever legal (should be supported) to issue a non select in selectall_arrayref?
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 29, 2011 at 03:28:19PM +0100, Martin J. Evans wrote: > Don't know however, I am inclined to change the error to a warning as Tim suggested. It simplifies things for people who might be calling fetch on a non-select. However, it isn't going to happen soon unless someone screams for it. > > I was hoping DBI would define the behaviour but it seems that might be too difficult. I'm inclined for the DBI to define that a warning is triggered. I think the drivers would have to be responsible for the implementation. People can use PrintWarn or HandleError etc to deal with the warning if they want. Tim.