The patch corrects a small typo.
Further, 2 lines above, the phrase

  ... one or more then them then ...

looks a bit weird to me. Maybe

  ... one or more of them then ...

is better? But I left it to the native english speakers.


Steffen
*** DBI-1.20.orig/DBI.pm        Sat Aug 25 01:33:52 2001
--- DBI-1.20/DBI.pm     Thu Nov 08 20:54:20 2001
***************
*** 2650,2656 ****
  driver doesn't support one or more then them then you may get back more
  than you asked for and can do the filtering yourself.
  
! The arguments $table, $schema and $table may accept search patterns
  according to the database/driver, for example: $table = '%FOO%';
  
  The value of $type is a comma-separated list of one or more types of
--- 2650,2656 ----
  driver doesn't support one or more then them then you may get back more
  than you asked for and can do the filtering yourself.
  
! The arguments $catalog, $schema and $table may accept search patterns
  according to the database/driver, for example: $table = '%FOO%';
  
  The value of $type is a comma-separated list of one or more types of

Reply via email to