Old bug rising with a new head

2011-06-22 Thread H.Merijn Brand
http://www.perlmonks.org/?node_id=910793 "You passed $nparm parameters where $n_req required" Once was a correct fix. Then all moved from DBD::File to DBI::DBD::SqlEngine and now SQL::Statement::Param roars its ugly head :) I'd like to suggest the current fix, for which I am convinced is the cor

Re: Is it ever legal (should be supported) to issue a non select in selectall_arrayref?

2011-06-22 Thread Tim Bunce
On Fri, Jun 17, 2011 at 02:46:43PM +0100, Martin J. Evans wrote: > >The only thing I'm not sure about is whether $sth->{NUM_OF_FIELDS} is always > >set by $dbh->prepare, or whether some DBMS can't set it until you do > >$sth->execute. > > Right now, I am unsure of that too. Some can't at all, som

DBD::Oracle github repo and mailing list

2011-06-22 Thread Yanick Champoux
Hi all, I don't think I broadcasted those particular small bits of news on this mailing list (if I did, sorry for the spam): * I've created a github copy of the DBD::Oracle repo on svn.perl.org at https://github.com/yanick/DBD-Oracle For now, the true mothership repo will stay the one on s