Tim Bunce wrote:
file: $CPAN/authors/id/T/TI/TIMB/DBI-1.34.tar.gz

I got a clean compile and install on MacOS X 10.2.4 (yes, I got that upgraded too), over a forced install of DBI 1.33. Looks good to me.


You show the 'install_method' working on DBD::Driver::db->install_method(...). That appears to make it available on a $dbh - correct? Is there an equivalent for the statement handle? DBD::Driver::st->install_method()?

After invoking DBD::Informix::db->install_method('ix_funky', undef),
I believe I'd be able to run $dbh->ix_funky(...) without further ado (assuming $dbh was a DBD::Informix database handle). Is that correct?


I rather like the possibilities that this opens up, I have to say.

--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include <disclaimer.h>
Guardian of DBD::Informix 1.04.PC1 -- http://dbi.perl.org/


Reply via email to