X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=f755e2e068a90f260c3665bd6ca8a8d2c56e75b1;hb=6b0e47fc86f045183810ccea343e9afcd438ee1a;hp=8904b270d653982006f344969d16ee75e34c2163;hpb=31a65b45d0092a32bcc45091382e9907afceb3f6;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 8904b27..f755e2e 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -78,10 +78,10 @@ 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, 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. +L, L (for Sybase ASE and MSSSQL), 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.