Re: DBD::ADO RC 2.4_06

2002-04-16 Thread Steffen Goeldner
Thomas A. Lowery wrote: Attached is RC 2.4_06 ... let me know. In t/15func.t, $dbh-column_info() will take a long time on a big database. Attached is a more specific test script for column_info(). Steffen #!/usr/bin/perl -I./t # vim:ts=2:sw=2:ai:aw:nu $| = 1; use strict; use ADOTEST();

Re: DBD::ADO RC 2.4_06

2002-04-16 Thread Steffen Goeldner
I tested DBD::ADO RC 2.4_06 with: set DBI_DSN=dbi:ADO:Provider=Microsoft.Jet.OLEDB.4.0;Data Source=mytest.mdb make test and got (among other things): t\02simpleok 7/23Use of uninitialized value in string eq at t\02simple.t line 46. Attached is a possible patch. Steffen ***