Re: DBD::Oracle and $sth->{PRECISION}

2005-10-26 Thread Tim Bunce
On Wed, Oct 26, 2005 at 10:06:32AM -0400, Eric Lenio wrote: > On Mon, Oct 17, 2005 at 05:41:20PM +0100, Tim Bunce wrote: > > > > > > Sure thing... do you want tests around $sth->{PRECISION} in general, or > > > tests > > > specific to this patch? > > > > Feel free to add tests for anything and

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-26 Thread Eric Lenio
On Mon, Oct 17, 2005 at 05:41:20PM +0100, Tim Bunce wrote: > On Mon, Oct 17, 2005 at 08:24:17AM -0400, Eric Lenio wrote: > > On Mon, Oct 17, 2005 at 11:50:22AM +0100, Tim Bunce wrote: > > > On Sat, Oct 15, 2005 at 11:02:42PM -0400, Eric Lenio wrote: > > > > On Fri, Oct 14, 2005 at 10:09:17PM +0100,

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-17 Thread Tim Bunce
On Sat, Oct 15, 2005 at 11:02:42PM -0400, Eric Lenio wrote: > On Fri, Oct 14, 2005 at 10:09:17PM +0100, Tim Bunce wrote: > > > > Here's an off-the-top-of-my-head patch, totally untested and barely > > thought about, but it seems plausible... > > > > Index: oci8.c > > =

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-15 Thread Eric Lenio
On Fri, Oct 14, 2005 at 10:09:17PM +0100, Tim Bunce wrote: > > Here's an off-the-top-of-my-head patch, totally untested and barely > thought about, but it seems plausible... > > Index: oci8.c > === > --- oci8.c (revision 1086) >

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-15 Thread Tim Bunce
On Fri, Oct 14, 2005 at 05:34:12PM -0400, Eric Lenio wrote: > On Fri, Oct 14, 2005 at 10:09:17PM +0100, Tim Bunce wrote: > > On Thu, Oct 13, 2005 at 12:57:52PM -0400, Eric Lenio wrote: > > > > > # failed test 36 at line 109. > > > > > FAILED tests 12, 24, 36-38 > > > > > Failed 5/35 tests,

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-14 Thread Tim Bunce
On Thu, Oct 13, 2005 at 12:57:52PM -0400, Eric Lenio wrote: > > > # failed test 36 at line 109. > > > FAILED tests 12, 24, 36-38 > > > Failed 5/35 tests, 85.71% okay > > > t/21nchar... Database and client versions and character sets: > > > Database 9.2.0.3.0 CHAR set is AL32UTF

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-14 Thread Eric Lenio
On Fri, Oct 14, 2005 at 10:09:17PM +0100, Tim Bunce wrote: > On Thu, Oct 13, 2005 at 12:57:52PM -0400, Eric Lenio wrote: > > > > # failed test 36 at line 109. > > > > FAILED tests 12, 24, 36-38 > > > > Failed 5/35 tests, 85.71% okay > > > > t/21nchar... Database and client vers

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-14 Thread Eric Lenio
On Thu, Oct 13, 2005 at 05:34:15PM +0100, Tim Bunce wrote: > On Thu, Oct 13, 2005 at 10:03:39AM -0400, Eric Lenio wrote: > > On Thu, Oct 13, 2005 at 09:32:33AM +0100, Tim Bunce wrote: > > > On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > > > > Hi, > > > > > > > > In perl 5.8.3, DBD::

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-14 Thread Eric Lenio
On Thu, Oct 13, 2005 at 05:34:15PM +0100, Tim Bunce wrote: > On Thu, Oct 13, 2005 at 10:03:39AM -0400, Eric Lenio wrote: > > On Thu, Oct 13, 2005 at 09:32:33AM +0100, Tim Bunce wrote: > > > On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > > > > Hi, > > > > > > > > In perl 5.8.3, DBD::

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-13 Thread Tim Bunce
On Thu, Oct 13, 2005 at 10:03:39AM -0400, Eric Lenio wrote: > On Thu, Oct 13, 2005 at 09:32:33AM +0100, Tim Bunce wrote: > > On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > > > Hi, > > > > > > In perl 5.8.3, DBD::Oracle 1.14, DBI 1.47 I get expected values when I > > > look at > > >

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-13 Thread Eric Lenio
On Thu, Oct 13, 2005 at 05:34:15PM +0100, Tim Bunce wrote: > On Thu, Oct 13, 2005 at 10:03:39AM -0400, Eric Lenio wrote: > > On Thu, Oct 13, 2005 at 09:32:33AM +0100, Tim Bunce wrote: > > > On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > > > > Hi, > > > > > > > > In perl 5.8.3, DBD::

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-13 Thread Eric Lenio
On Thu, Oct 13, 2005 at 09:32:33AM +0100, Tim Bunce wrote: > On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > > Hi, > > > > In perl 5.8.3, DBD::Oracle 1.14, DBI 1.47 I get expected values when I look > > at > > $sth->{PRECISION} to retrieve the lengths of varchar2 columns for a given

Re: DBD::Oracle and $sth->{PRECISION}

2005-10-13 Thread Tim Bunce
On Thu, Oct 13, 2005 at 01:15:21AM -0400, Eric Lenio wrote: > Hi, > > In perl 5.8.3, DBD::Oracle 1.14, DBI 1.47 I get expected values when I look at > $sth->{PRECISION} to retrieve the lengths of varchar2 columns for a given > table. > > I'm now testing perl 5.8.7, DBD::Oracle 1.16, and DBI 1.48

DBD::Oracle and $sth->{PRECISION}

2005-10-12 Thread Eric Lenio
Hi, In perl 5.8.3, DBD::Oracle 1.14, DBI 1.47 I get expected values when I look at $sth->{PRECISION} to retrieve the lengths of varchar2 columns for a given table. I'm now testing perl 5.8.7, DBD::Oracle 1.16, and DBI 1.48 and with the same table the values in $sth->{PRECISION} for varchar2's are