doc
authorivan <ivan>
Sat, 31 May 2003 23:21:00 +0000 (23:21 +0000)
committerivan <ivan>
Sat, 31 May 2003 23:21:00 +0000 (23:21 +0000)
DBSchema.pm

index 885a1d0..ebdf607 100644 (file)
@@ -96,7 +96,9 @@ closely correspond to any non-portable column types.  Use this to import a
 schema that you wish to use with many different database engines.  Although
 primary key and (unique) index information will only be read from databases
 with DBIx::DBSchema::DBD drivers (currently MySQL and PostgreSQL), import of
-column names and attributes *should* work for any database.
+column names and attributes *should* work for any database.  Note that this
+method only uses "ODBC" column types; it does not require or use an ODBC
+driver.
 
 =cut