Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Michael Peppler
On Thu, 2004-03-11 at 17:58, Michael Peppler wrote: > On Thu, 2004-03-11 at 08:26, Tim Bunce wrote: > > A release candidate is available for testing at: > > > > http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz > > Hmmm. > > Fails on

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Michael Peppler
On Thu, 2004-03-11 at 08:26, Tim Bunce wrote: > A release candidate is available for testing at: > > http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Hmmm. Fails on Fedora Core 1, with: gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 4:01 PM, Tim Bunce wrote: And another: http://homepage.eircom.net/~timbunce/DBI-1.42-rc3-20040311.tar.gz All tests pass here: This is perl, v5.8.3 built for darwin-2level This is perl, v5.8.2 built for i686-linux Waiting to hear from Andy Lester about Test::Harness adding

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 3:38 PM, Tim Bunce wrote: Please hack on t/50dbm.t to print @INC: - before it's edited in the BEGIN block - after it's edited in the BEGIN block - and before the script exits. If you see .../5.6.1/i386-freebsd appear, which it ought to somewhere, then keep hacking to narrow

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
On Thu, Mar 11, 2004 at 04:26:40PM +, Tim Bunce wrote: > A release candidate is available for testing at: And another: http://homepage.eircom.net/~timbunce/DBI-1.42-rc3-20040311.tar.gz I've made the @INC editing more aggressive about removing <=5.7 dirs when using >=5.8, di

Re: DBD::Oracle bulk bind support

2004-03-11 Thread Tim Bunce
On Thu, Mar 11, 2004 at 10:22:57PM +0100, Kristian Nielsen wrote: > Tim Bunce <[EMAIL PROTECTED]> writes: > > My head is spinning with all the sudden interest in native Oracle > execute_array() ... I have Cc'ed dbi-dev, hope that's ok. Likewise. How about you all work as a team and propose one pa

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
Thanks, applied. Tim. On Thu, Mar 11, 2004 at 12:14:49PM -0500, Jeff Urlwin wrote: > > > > > A release candidate is available for testing at: > > > > http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz > > Compile error on Win32, AS perl

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
Please hack on t/50dbm.t to print @INC: - before it's edited in the BEGIN block - after it's edited in the BEGIN block - and before the script exits. If you see .../5.6.1/i386-freebsd appear, which it ought to somewhere, then keep hacking to narrow down where that happens. And what's the "loca

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Argh :-(. On Debian with perl 5.8.3 as set up by my ISP, the new regex in 50dbm.t removes the legitimate directories where the modules are stored and skips 50dbm.t with the message "No DBM modules available". Once I commented out the regex, all tests passed for all 6 DBM types. My @INC shows /

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Henrik Tougaard wrote: t/50dbm.t still fail after test 37: --- Using DB_File () --- DBD::DBM 0.01 using DB_File DBD::File 0.30 DBI::SQL::Nano 0.01 DBI 1.42 OS dec_osf (4.0g) Perl 5.008003 (alpha-dec_osf) UPDATE DB_File_fruit SET dVal='apples

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Henrik Tougaard skrev: > Tim Bunce skrev: > >> A release candidate is available for testing at: ... >> Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS >> would be appreciated. > > Testing using perl 5.008003 on alpha-dec_osf Show a variation on the > Berkeley DB error: ... >

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Tim Bunce skrev: > A release candidate is available for testing at: ... > Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS > would be appreciated. Testing using perl 5.008003 on alpha-dec_osf Show a variation on the Berkeley DB error: t/42prof_data..ok t/50dbm...

Re: DBD::Oracle bulk bind support

2004-03-11 Thread Kristian Nielsen
Tim Bunce <[EMAIL PROTECTED]> writes: My head is spinning with all the sudden interest in native Oracle execute_array() ... I have Cc'ed dbi-dev, hope that's ok. > Oh, hang on. I've just realised that I had been confusing these. > Are you saying you have developed your own patch separately to > (

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Tim Bunce skrev: > A release candidate is available for testing at: ... > Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS > would be appreciated. Passes nearly using perl 5.006001 on alpha-dec_osf. I have also have problems with an old dbm: t/zz_50dbm_pp..ok 132/13

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Scott T. Hildreth
David, I have had similar problems with FreeBSD, Linux, and OSF. http://www.perlmonks.org/index.pl?node_id=323847 what ended up doing is renaming the site_perl/5.6.1 directory to a temp name, while I upgraded to 5.8.*. Once everything was installed under 5.8.*, moved t

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Scott T. Hildreth
45/47^C ..just like described in the link below. As soon as I rename the site_perl/5.6.1 dir, the make test works fine. On Thu, 2004-03-11 at 10:26, Tim Bunce wrote: > A release candidate is available for testing at: > > http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-200403

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Jeff Urlwin wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Compile error on Win32, AS perl 809. The attached patch fixes it. Thanks, that fixed the nmake problem I reported. -- (the other) Jeff

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Urlwin
> > A release candidate is available for testing at: > > http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Compile error on Win32, AS perl 809. The attached patch fixes it. Tested with DBD::ODBC (SqlServer, DB2, Oracle, Access), DBD::DB2 and DBD::Oracle (1

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 8:56 AM, David Wheeler wrote: t/50dbmParameterless "use IO" deprecated at /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd/BerkeleyDB.pm line 24 t/50dbmok 132/132Undefined subroutine &BerkeleyDB::Term::close_everything called at /usr/local/l

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
I can nmake rc1 but not rc2 on win98 with VC6. -- Jeff This is perl, v5.8.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2003, Larry Wall Binary build 807 provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a division

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 8:26 AM, Tim Bunce wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz All tests pass here: This is perl, v5.8.2 built for i686-linux This is perl, v5.8.3 built for darwin-2level But of course I still

ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz =head1 CHANGES in DBI 1.42 (svn rev 218),11th March 2004 Fixed $sth->{NUM_OF_FIELDS} of non-executed statement handle to be undef as per the docs (it was 0). Fixe

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 1:59 AM, Tim Bunce wrote: Note that .../5.6.1 and .../5.005 don't have .../i386-freebsd as well. Right, because those aren't compiled (XS) modules. I think the bug here is that BerkeleyDB got installed into a non-arch specific directory even though it's a compiled extension. Y

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-11 Thread Tim Bunce
On Thu, Mar 11, 2004 at 05:45:37AM -0800, Jeff Zucker wrote: > Tim Bunce wrote: > > >Meanwhile, the best workaround for the DBI probably to make t/50dbm.t > >remove from @INC any dirs which match /\/5\.[0-9.]$/ but which don't > >also have an arch-specific directory in @INC. > > This seems simple

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-11 Thread Jeff Zucker
Tim Bunce wrote: Meanwhile, the best workaround for the DBI probably to make t/50dbm.t remove from @INC any dirs which match /\/5\.[0-9.]$/ but which don't also have an arch-specific directory in @INC. This seems simpler (tests for ability to run a method than can only be run if the arch-specific

[PATCH] DBD::Oracle: Handle SQL_[BC]LOB in bind_param

2004-03-11 Thread Stephen Clouse
Attached. -- Stephen Clouse <[EMAIL PROTECTED]> Senior Programmer/DBE, Core Technology Developer The IQ Group, Inc. Index: dbdimp.c === --- dbdimp.c(revision 155) +++ dbdimp.c(working copy) @@ -1

Re: DBI with ORACLE encryption

2004-03-11 Thread Jeremy Brinkley
On Wed, Mar 10, 2004 at 02:05:49PM +0530, [EMAIL PROTECTED] wrote: > With the tnsnames.ora settings, it works fine. The moment we enable the > oracle encryption using SQLNET.ORA, when we try to connect to the > database via the perl script using DBI, we get the following error. Do the same sqlnet.

Re: ANNOUNCE: DBI 1.42 release candidate for testing

2004-03-11 Thread Tim Bunce
On Wed, Mar 10, 2004 at 12:38:46PM -0800, David Wheeler wrote: > On Mar 10, 2004, at 12:33 PM, Tim Bunce wrote: > > >What does "perl -V" report? > > @INC: > /usr/local/lib/perl5/5.8.2/i386-freebsd > /usr/local/lib/perl5/5.8.2 > /usr/local/lib/perl5/site_perl/5.8.2/i386-freebsd >