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:

http://www.rosat.mpe-garching.mpg.de/mailing-lists/dbi/2002-10/msg00114.html

You might also be interested in a new set of modules I've submitted for
inclusion in DBI, DBI::ProfileDumper and friends:

http://www.rosat.mpe-garching.mpg.de/mailing-lists/dbi/2002-10/msg00415.html

> I tried to do so in the code above by clearing PrintError, but
> apparently the error generated by assigning to $db->{Profile} is coming
> from somewhere so deep inside the DBI code that it's not honoring
> PrintError (or eval{}, for that matter!).

Yup, it's coming from inside the XS part of DBI and it's not conditional
on any other settings.

-sam

Reply via email to