X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=b01f439a0ddceec8fc59196454ed35d692a514f7;hb=9fd0726ab46fa5aadca196bbcfbc28b07b59e5b8;hp=8904b270d653982006f344969d16ee75e34c2163;hpb=f70cccd95b7c713c9fbaee268ca0ca888d3d04a8;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..b01f439 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -10,7 +10,7 @@ use Scalar::Util qw/ weaken /; # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -our $VERSION = '0.05000'; +our $VERSION = '0.05002'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -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. @@ -463,7 +463,7 @@ blblack: Brandon Black =head1 CONTRIBUTORS -ilmari: Dagfinn Ilmari Mannsåker +ilmari: Dagfinn Ilmari MannsEker arcanez: Justin Hunter @@ -473,7 +473,7 @@ Caelum: Rafael Kitover TSUNODA Kazuya -Robert Bohne +rbo: Robert Bohne ribasushi: Peter Rabbitson @@ -493,6 +493,12 @@ waawaamilk: Nigel McNie acmoore: Andrew Moore +bphillips: Brian Phillips + +schwern: Michael G. Schwern + +hobbs: Andrew Rodland + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.