Re: DBD::Mock

2004-01-30 Thread jim cromie
Chris Winters wrote: A few weeks ago I posted a message about a mock DBD and got the response from Tim that DBD::NullP (included in the DBI dist) would be a good place to start. I built on that (but far too much for a patch, sorry Tim) and created DBD::Mock, which does everything I need so

Error

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

Re: DBD::Mock

2004-01-30 Thread Tim Bunce
On Fri, Jan 30, 2004 at 03:00:37AM -0700, jim cromie wrote: This sounds like it could plug into the trace mechanism, either increasing its leverage, simplifying its implementation, or both. I've long wanted the DBI to have code hooks for method call entry exit that could be used for

Patch to stop printing password on stderr

2004-01-30 Thread Avis, Ed
This patch stops DBI printing the connection password in an error message. diff -ru DBI-1.40/DBI.pm DBI-1.40-new/DBI.pm --- DBI-1.40/DBI.pm 2004-01-08 14:03:57.0 + +++ DBI-1.40-new/DBI.pm 2004-01-30 14:54:52.0 + @@ -532,7 +532,7 @@ # Set $driver. Old style

Re: DBD-Oracle and XMLType

2004-01-30 Thread Tim Bunce
On Fri, Jan 30, 2004 at 03:01:03PM +0100, Hendrik Fuss wrote: The attached patch (based on DBD-Oracle 1.15) enables you to upload XMLType objects (OCIXMLTypePtr) by binding them as SQLT_NTY. In dbdimp.c I added a function dbd_rebind_ph_nty for that purpose. You need to create that

Re: DBD::Mock

2004-01-30 Thread jim cromie
Tim Bunce wrote: On Fri, Jan 30, 2004 at 03:00:37AM -0700, jim cromie wrote: This sounds like it could plug into the trace mechanism, either increasing its leverage, simplifying its implementation, or both. I've long wanted the DBI to have code hooks for method call entry exit that

DBI source code under perforce soon

2004-01-30 Thread Tim Bunce
If you want to be sent email whenever the DBI source code is changed, send an email to [EMAIL PROTECTED] in order to subscribe to the dbi-changes mailing list. Tim.

Re: DBD::Mock

2004-01-30 Thread Tim Bunce
On Fri, Jan 30, 2004 at 12:27:02PM -0700, jim cromie wrote: Tim Bunce wrote: On Fri, Jan 30, 2004 at 03:00:37AM -0700, jim cromie wrote: This sounds like it could plug into the trace mechanism, either increasing its leverage, simplifying its implementation, or both. I've long wanted