Re: Can't set unrecognized attribute (Profile)

2002-10-29 Thread Tim Bunce
Try: local $SIG{__WARN__} = sub {}; Tim. On Mon, Oct 28, 2002 at 01:22:02PM -0500, Jeff Boes wrote: This is more of a curiosity question than a possible bug report. I have a customized layer on top of DBI which includes code to enable the Profile feature; however, the installation

Can't set unrecognized attribute (Profile)

2002-10-28 Thread Jeff Boes
This is more of a curiosity question than a possible bug report. I have a customized layer on top of DBI which includes code to enable the Profile feature; however, the installation of the upgraded DBI package that supports Profile was delayed. As a result, my code looks like--

Re: Can't set unrecognized attribute (Profile)

2002-10-28 Thread Sam Tregar
On 28 Oct 2002, Jeff Boes wrote: Can't set DBI::db=HASH(0x8efe548)-{Profile}: unrecognised attribute or invalid value I believe this will be fixed in the next version of DBI. Tim accepted a patch from me to fix this problem. You can find the patch here: