Re: Patch for DBD::Oracle (number/varchar2 table bind functionality)

2011-02-21 Thread Tim Oertel
ruct); +} +} /* Calculate each bound structure maxlen. * maxlen(int) = sizeof(int); * maxlen(double) = sizeof(double); -- Tim Oertel |"Why should I be content to simply VP Engineering | live in this world, when I, as a Ashergroup, Inc. | human being, can CREATE it?!" 585-586-0020 | IM via google/XMPP: ma...@jabber.com

Re: DBD-Oracle stored proc with array bug

2010-12-21 Thread Tim Oertel
Cheers John Scoles On Tue, Dec 14, 2010 at 10:39 AM, Tim Oertel mailto:t...@samasher.com>> wrote: Hi, We were recently trying to pass an array to a stored procedure. It worked fine the first call, but subsequent calls were receiving the wrong array size, and with old array e

Re: DBD-Oracle stored proc with array bug

2010-12-14 Thread Tim Oertel
y own selfish reasons so thanks for that:) It will be going into 1.28 as 1.27 is reserved for a PERL_POLLUTE release which should be out soon Cheers John Scoles On 14/12/2010 10:39 AM, Tim Oertel wrote: Hi, We were recently trying to pass an array to a stored procedure. It worked fine the first call

DBD-Oracle stored proc with array bug

2010-12-14 Thread Tim Oertel
10.2.0.3 client libs and 9.2.0.8.0 server, also running on Linux. If I've screwed up formatting, or need to do this differently, let me know, and I'll try to fix it. If the fixes are wrong, I'm all ears on that too. -- Tim Oertel |"Why should I be content to simp