Sybase patch from Bernd Dulfer <bernd@widd.de>
[DBIx-DBSchema.git] / README
diff --git a/README b/README
index 8924120..e020427 100644 (file)
--- a/README
+++ b/README
@@ -12,11 +12,10 @@ schema from an existing database.  You can save the schema to disk and restore
 it from different process.  Most importantly, DBIx::DBSchema can write SQL
 CREATE statements for different databases from a single source.
 
-Currently supported databases are MySQL and PostgreSQL.  Sybase support is
-partially implemented.  DBIx::DBSchema will attempt to use generic SQL syntax
-for other databases.  Assistance adding support for other databases is
-welcomed.  See the DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and
-Base Class".
+Currently supported databases are MySQL, PostgreSQL and Sybase.
+DBIx::DBSchema will attempt to use generic SQL syntax for other databases.
+Assistance adding support for other databases is welcomed.  See the
+DBIx::DBSchema::DBD manpage, "Driver Writer's Guide and Base Class".
 
 To install:
        perl Makefile.PL
@@ -40,4 +39,4 @@ A mailing list is available.  Send a blank message to
 
 Homepage: <http://www.420.am/dbix-dbschema>
 
-$Id: README,v 1.8 2002-03-04 13:01:55 ivan Exp $
+$Id: README,v 1.9 2002-11-29 23:03:04 ivan Exp $