X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=a763cb05eb90277798244fb248ddb56d168962dd;hb=1065db64c5ab363410972ed6084365fc73b5fa68;hp=aa67fa42e2b764c42338c2fda01b031a742f41bd;hpb=ca7feebf8b6e7c50fe330f505ea5e9056a407f59;p=dbsrgits%2FDBIx-Class-Schema-Loader.git 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.