From 6f27f367ef98911e8f99ea385b76e06d11237ffa Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 31 May 2003 23:21:00 +0000 Subject: [PATCH] doc --- DBSchema.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DBSchema.pm b/DBSchema.pm index 885a1d0..ebdf607 100644 --- a/DBSchema.pm +++ b/DBSchema.pm @@ -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 -- 2.20.1