1 package DBIx::Class::PK::Auto::MSSQL;
6 use base qw/DBIx::Class/;
8 __PACKAGE__->load_components(qw/PK::Auto/);
14 DBIx::Class::PK::Auto::MSSQL - (DEPRECATED) Automatic primary key class for MSSQL
18 Just load PK::Auto instead; auto-inc is now handled by Storage.
22 Matt S Trout <mst@shadowcatsystems.co.uk>
26 You may distribute this code under the same terms as Perl itself.