The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DBIx::Class::PK::Auto::MSSQL - Automatic Primary Key class for MSSQL

SYNOPSIS

    # In your table classes
    __PACKAGE__->load_components(qw/PK::Auto::MSSQL Core/);
    __PACKAGE__->set_primary_key('id');

DESCRIPTION

This class implements autoincrements for MSSQL.

AUTHORS

Brian Cassidy <bricas@cpan.org>

LICENSE

You may distribute this code under the same terms as Perl itself.