Re: DBD::ADO, Win32::OLE and Variant type

2004-01-26 Thread Jan Dubois
On Mon, 26 Jan 2004 10:48:07 +0100, Steffen Goeldner [EMAIL PROTECTED] wrote: Hi Jan, the fetch method of DBD::ADO::st contains the following lines: my $row = [ map { $rs-Fields($_-{Name})-{Value} } @$ado_fields ]; # Jan Dubois [EMAIL PROTECTED] addition to handle changes

Re: DBI-1.43 + DBD-CSV-0.21

2004-08-13 Thread Jan Dubois
Merijn wrote: HP-UX 11i (11.11) + perl-5.8.5-dor + DBI-1.43 + DBD-CSV-0.21 Failed Test Stat Wstat Total Fail Failed List of Failed --- t/40bindparam.t 281 3.57% 14 Failed 1/14 test scripts,

RE: New experimental development release of DBD::ODBC 1.23_4 - faster - please test

2010-04-19 Thread Jan Dubois
On Wed, 14 Apr 2010, Martin J. Evans wrote: As ActiveState do not release development builds (no criticism intended) I am looking at producing a ppm for people to try. Note that everyone can also just compile the module for themselves with ActivePerl: cpan

RE: patch full of dark magic

2010-08-06 Thread Jan Dubois
On Fri, 06 Aug 2010, Alexandr Ciornii wrote: (It is beginning to feel colder in your room. It's a strange feeling, like someone is present here, although you are alone... You now begin to hear some voices. It is some other person, from far, far away trying to tell something important to

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, Cosimo Streppone wrote: On Sat, 07 Aug 2010 23:12:48 +0200, David E. Wheeler da...@kineticode.com wrote: On Aug 7, 2010, at 2:07 AM, Cosimo Streppone wrote: My really *ignorant* wild guess is that exit just avoids the troubles bits of DESTROY() that are causing

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2 issues: 1) t/01basics.t fails to load DBD::Oracle (because I don't have the Oracle client

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, Jan Dubois wrote: On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2 issues: Sorry, forgot to mention one untidiness

RE: patch full of dark magic

2010-08-09 Thread Jan Dubois
On Mon, 09 Aug 2010, David E. Wheeler wrote: On Aug 9, 2010, at 4:21 PM, Jan Dubois wrote: On Mon, 09 Aug 2010, David E. Wheeler wrote: Tim, I think we're ready for another dev release, especially since I added this test to the MANIFEST. Running tests on the latest ActivePerl shows 2

RE: patch full of dark magic

2010-08-10 Thread Jan Dubois
On Tue, 10 Aug 2010, David E. Wheeler wrote: On Aug 9, 2010, at 4:44 PM, Jan Dubois wrote: DBI-installed_versions will attempt to load *all* installed drivers. You have DBD::Oracle installed but no Oracle libraries? Yes, DBD::Oracle is included in ActivePerl, but it will of course only

RE: speeding up XS_DBI_dispatch()

2012-01-25 Thread Jan Dubois
On Wed, 25 Jan 2012, Tim Bunce wrote: On Wed, Jan 25, 2012 at 04:14:07PM +, Dave Mitchell wrote: PS - I'm specifically being paid only to fix a performance issue on non-threaded builds, so I won't be looking at threaded issues. But dPERINTERP looks like bad news on threaded builds.

RE: dPERINTERP/MY_CXT (was: speeding up XS_DBI_dispatch())

2012-02-10 Thread Jan Dubois
On Fri, 10 Feb 2012, Tim Bunce wrote: On Fri, Feb 10, 2012 at 03:27:24PM +, Dave Mitchell wrote: If anyone knows of a more elegant way to make a function from DBI.xs available to DBD:: code, please let me know! I hope to take a proper look in the next day or so. The standard way

RE: speeding up XS_DBI_dispatch()

2012-02-10 Thread Jan Dubois
On Fri, 10 Feb 2012, Dave Mitchell wrote: On Thu, Feb 09, 2012 at 11:10:17PM +0100, demerphq wrote: Well perls fork() relies on threaded perl so it could very easily be Dave's patch. Dave do you have access to a win32 build environment? I'm afraid not. The problem is due to the getenv()

RE: dPERINTERP/MY_CXT (was: speeding up XS_DBI_dispatch())

2012-02-17 Thread Jan Dubois
On Fri, 17 Feb 2012, Dave Mitchell wrote: On Fri, Feb 10, 2012 at 10:03:06AM -0800, Jan Dubois wrote: On Fri, 10 Feb 2012, Tim Bunce wrote: On Fri, Feb 10, 2012 at 03:27:24PM +, Dave Mitchell wrote: If anyone knows of a more elegant way to make a function from DBI.xs available to DBD

Re: Building DBD::Oracle with one version but deploying with another

2013-04-18 Thread Jan Dubois
I think you also need to add the ORACLE_HOME directory to LD_LIBRARY_PATH (on the deployment machine) to make it work. Cheers, -Jan On Thu, Apr 18, 2013 at 9:04 AM, John Wiersba jrw32...@yahoo.com wrote: Thanks, Lyle. I'm trying to build DBD::Oracle on Linux/AIX/Solaris for distribution to

Re: Building DBD::Oracle with one version but deploying with another

2013-04-18 Thread Jan Dubois
, especially if I remove the version of Oracle that was used to build the original DBD::Oracle. From: Jan Dubois j...@activestate.com To: John Wiersba jrw32...@yahoo.com Cc: Lyle webmas...@cosmicperl.com; dbi-dev@perl.org dbi-dev@perl.org Sent: Thursday, April 18

Re: Building DBD::Oracle with one version but deploying with another

2013-04-19 Thread Jan Dubois
On Fri, Apr 19, 2013 at 12:35 AM, Martin J. Evans boh...@ntlworld.com wrote: The instant client files required to run DBD::Oracle (as opposed to build it) are quite small. What cannot you distribute those with the DBD::Oracle you build. It is my understanding that you have to present the OIC

Re: dynamic LD_LIBRARY_PATH

2014-04-16 Thread Jan Dubois
On Wed, Apr 16, 2014 at 10:33 AM, Jan Dubois j...@activestate.com wrote: It's been probably 15 years ago, but for a similar problem with p4 tells me it was 12 years ago... Cheers, -Jan