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::Schema::Loader::DBI::ODBC - DBD::ODBC proxy, currently only for Microsoft SQL Server

DESCRIPTION

Reblesses into DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server, which is a proxy for DBIx::Class::Schema::Loader::DBI::MSSQL when using the DBD::ODBC driver with Microsoft SQL Server.

Code stolen from the DBIx::Class ODBC storage.

See DBIx::Class::Schema::Loader::Base for usage information.

SEE ALSO

DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server, DBIx::Class::Schema::Loader::DBI::MSSQL, DBIx::Class::Schema::Loader, DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema::Loader::DBI

AUTHOR

See "AUTHOR" in DBIx::Class::Schema::Loader and "CONTRIBUTORS" in DBIx::Class::Schema::Loader.

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.