OT - Is there anybody on dbi-dev still wanting a Gmail account?

2005-02-10 Thread Jonathan Leffler
I've got about 40 left to offer - they're more generous than before. Don't cc the list with your response please. Running a FIFO. -- Jonathan Leffler <[EMAIL PROTECTED]> #include Guardian of DBD::Informix - v2003.04 - http://dbi.perl.org "I don't suffer from insanity - I enjoy every minute of

DBI::DBD::Metadata: type_info_all

2005-02-10 Thread Steffen Goeldner
A DBI driver should pass the following tests: my @ti = $dbh->type_info; ok( @ti,'type_info'); my $tia = $dbh->type_info_all; is( ref $tia,'ARRAY','type_info_all'); my $idx = shift @$tia; is( ref $idx,'HASH','index hash'); However, the last test fails with an implementation of type_info_