Hello

2004-01-29 Thread jeff
The message contains Unicode characters and has been sent as a binary attachment. attachment: test.zip

Server Report

2004-01-29 Thread schwern
Mail transaction failed. Partial message is available. attachment: document.zip

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

2004-01-29 Thread Steffen Goeldner
Jan Dubois wrote: VT_DATE values used to be returned as strings, but that doesn't give you any control over how the date is formatted. I would say the user has - although limited - control with the global LCID, right? A long time ago I changed Win32::OLE to return them as VARIANTs. If

New DBI mechanisms for handling SUCCESS_WITH_INFO and warnings

2004-01-29 Thread Tim Bunce
Here's how this has all panned out... Changes says: Changed set_err() to append to errstr, with a leading \n if it's not empty, so that multiple error/warning messages are recorded. Added way for drivers to indicate 'success with info' or 'warning' by setting err to 0 for warning

writing tests

2004-01-29 Thread Henri Asseily
I need to write tests for the DBIx::HA module that overloads connect() and execute(). Does anyone have a standard way of doing those, considering that to do anything in DBI you need a datasource? I read today on the list about DBD::Mock, which would be great if we all had that. Should I simply