From: Chris W. <ch...@cw...> - 2002-05-06 17:34:37
|
On Mon, 2002-05-06 at 11:38, Ray Zimmerman wrote: > Chris, > > I'm getting two failed tests in 30_dbi.t with 0.60 ... this is with > perl_5.005_03 and mysql-3.23.43. > > > t/30_dbi...............NOK 8# Failed test (t/30_dbi.t at line 97) > # got: 'spops_test.spops_id = '45'' > # expected: 'spops_test.spops_id = 45' > t/30_dbi...............NOK 9# Failed test (t/30_dbi.t at line 101) > # got: 'spops_id = '45'' > # expected: 'spops_id = 45' > t/30_dbi...............ok 28/28# Looks like you failed 2 tests of 28. > t/30_dbi...............dubious > Test returned status 2 (wstat 512, 0x200) > DIED. FAILED tests 8-9 > Failed 2/28 tests, 92.86% okay This is fixed in CVS -- at some point in the past it appears that DBD::mysql switched to using the two-argument form of $dbh->quote(). > BTW, any news on the inheritance and new has-a stuff? I've been working on the modified relationships lately in a different format (Java) and am wondering if I should use the same procedure for this. (It's different in style than your example but uses many of the same concepts -- linking table being a full object, etc.) However, I haven't had much luck bringing up an email dialog about this kind of stuff -- I suspect that's because my emails on design and such items tend to be very long and scare people away :-) For these sorts of things, I was thinking about installing some form of Wiki on the OI sourceforge site. We're gearing up to use one of these at work for design, documentation, discussion, etc. The POE Wiki (poe.perl.org) is an example of a perl-only project using this, and there are many more general successful examples (C2 wiki) as well. What do you think? Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |