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

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

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

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 simpler (tests

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.

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). Fixed t

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

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

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

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.16 from svn). Jeff

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 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

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

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 (and

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

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: ... I think

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

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 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 809. The attached patch fixes it. Tested

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 patch?

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, disabled the DBI

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 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 Fedora Core 1, with: gcc -c -D_REENTRANT