Re: perl pad.c Assertion !((sv)-sv_flags 0x00010000) failed

2007-06-25 Thread Nicholas Clark
still on the todo list. It doesn't appear to have become a large enough itch for anyone to scratch it. Nicholas Clark

Re: DBI failing with blead

2007-04-10 Thread Nicholas Clark
... //depot/perl/op.c#921 (text) @@ -663,6 +663,8 @@ } } } +if (PL_curpm == o) + PL_curpm = NULL; if (flags) PmopSTASH_free(o); } and now valgrind reports no errors. Does this fix it? Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-07 Thread Nicholas Clark
, BSF, UNC or something else? Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-02 Thread Nicholas Clark
are split out, so that it is easy to make a single line change that is visibly just a server (staging vs. live) while keeping all the other parts the same, or just a port, so that development machines can run server per developer. Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-01 Thread Nicholas Clark
I'm working offline? Doubtful. But I have a local CPAN mirror, and run local database servers for development. Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-11-30 Thread Nicholas Clark
$dbspec-{db_name}; $dsn .= ;port=$dbspec-{port} if defined $dbspec-{port}; } else { $dsn .= :port=$dbspec-{port} if defined $dbspec-{port}; } Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-11-30 Thread Nicholas Clark
On Tue, Nov 30, 2004 at 10:32:12PM +, Tim Bunce wrote: On Tue, Nov 30, 2004 at 09:38:47PM +, Nicholas Clark wrote: On Tue, Nov 30, 2004 at 08:53:51PM +, Tim Bunce wrote: The one that I've hit - specifying port and host, Pg vs Mysql (and SQlite): if ($dbspec-{driver} eq

Re: [perl #24463] DBI tests fail with perl 5.8.2 and -Duseithreads -Dusemultiplicity -Duse64bitint

2003-11-15 Thread Nicholas Clark
I don't think it's realistic to expect to get them all done by then, but anyone is welcome to make a start. Whilst I think that this feels like a good idea, I have finite time, and suspect that many other things will feature higher on my TODO list. [such as responding to open bugs] Nicholas Clark

Re: [perl #24463] DBI tests fail with perl 5.8.2 and -Duseithreads -Dusemultiplicity -Duse64bitint

2003-11-15 Thread Nicholas Clark
On Fri, Nov 14, 2003 at 11:26:47PM -0800, Stas Bekman wrote: Nicholas Clark wrote: On Thu, Nov 13, 2003 at 12:01:22PM -0800, Stas Bekman wrote: Well, I suggested that patch so I -Dm -Mthreads won't segfault :( Can you think of a test that would have detected a breakage? Tests

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-28 Thread Nicholas Clark
On Mon, Oct 27, 2003 at 02:00:44PM -0800, Michael Peppler wrote: On Mon, 2003-10-27 at 07:29, Nicholas Clark wrote: On Tue, Oct 21, 2003 at 03:00:58PM +0100, Alan Burlison wrote: It would be really helpful if anyone who has seen this problem checks the patch works for them

Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc 3.x

2003-10-27 Thread Nicholas Clark
. Nicholas Clark