From: Rafael Kitover Date: Mon, 1 Feb 2010 23:00:43 +0000 (-0500) Subject: mention DBD::Sybase and DBD::ODBC support Loader.pm POD X-Git-Tag: 0.05001~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1065db64c5ab363410972ed6084365fc73b5fa68;p=dbsrgits%2FDBIx-Class-Schema-Loader.git mention DBD::Sybase and DBD::ODBC support Loader.pm POD --- diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index aa67fa4..a763cb0 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -76,11 +76,12 @@ DBIx::Class::Schema::Loader automates the definition of a L by scanning database table definitions and setting up the columns, primary keys, and relationships. -DBIx::Class::Schema::Loader currently supports only the DBI storage type. -It has explicit support for L, L, L, -L, and L. Other DBI drivers may function to -a greater or lesser degree with this loader, depending on how much of the -DBI spec they implement, and how standard their implementation is. +DBIx::Class::Schema::Loader currently supports only the DBI storage type. It +has explicit support for L, L, L, +L, L, L (for MSSQL) and L. +Other DBI drivers may function to a greater or lesser degree with this loader, +depending on how much of the DBI spec they implement, and how standard their +implementation is. Patches to make other DBDs work correctly welcome.