[Patch] DBI tests on Win32 dealing with /dev/null.

2004-09-08 Thread Jeff Urlwin
Tim, Attached is a minor patch to fix skipping tests on Win32. It would be nice if Cygwin users could validate this on their platform... Regards, Jeff Index: t/01basics.t === --- t/01basics.t(revision 452) +++

Re: UTF-8 flags (again)

2004-09-08 Thread David Wheeler
On Sep 8, 2004, at 4:45 AM, Tim Bunce wrote: I was thinking of doing at least 0 on that list for DBI 1.44. I'd especially like to do $dbh-{SetUTF8} = 2; And be done with it. I'll take a look. Patches welcome, of course! Hey, if I knew any C...I can paste these from Encode.xs, at least:

Re: Test cases on DBI-1.43

2004-09-08 Thread Tim Bunce
On Wed, Sep 08, 2004 at 03:49:57PM +0200, H.Merijn Brand wrote: I have this piece of test case in my DBD test code that succeeded in 1.42, but now fails in 1.43 ok ($sth-execute, execute); ok ($sth-{NUM_OF_FIELDS}, NUM_OF_FIELDS); eval { my $typo = $sth-{NUM_OFFIELDS_typo} };

Re: UTF-8 flags (again)

2004-09-08 Thread Tim Bunce
On Wed, Sep 08, 2004 at 09:15:36AM -0700, David Wheeler wrote: On Sep 8, 2004, at 4:45 AM, Tim Bunce wrote: I was thinking of doing at least 0 on that list for DBI 1.44. I'd especially like to do $dbh-{SetUTF8} = 2; And be done with it. I'll take a look. Patches welcome, of

Re: UTF-8 flags (again)

2004-09-08 Thread David Wheeler
On Sep 8, 2004, at 12:58 PM, Tim Bunce wrote: That's the trivial bit :) The fiddly bit is handling the SetUTF8 attribute (and corresponding bit flags to make it fast enough). But thanks anyway :) Ah well, sorry I can't be more help... Regards, David