X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FODBC%2FMicrosoft_SQL_Server.pm;h=77c20ada6d5b53af1206823dbf7e01a63f9d0049;hb=445e08ff19df2f193061025646a5b77c7c7026eb;hp=2acbbaf60113f7e8a84a6ea71ed1328311fa124f;hpb=294a5282c1f6b327d2ce82a9776ae184f39dd460;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm index 2acbbaf..77c20ad 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -140,11 +140,11 @@ sub connect_call_use_server_cursors { $self->_dbh->{odbc_SQL_ROWSET_SIZE} = $sql_rowset_size; } -=head2 connect_call_use_mars +=head2 connect_call_use_MARS Use as: - on_connect_call => 'use_mars' + on_connect_call => 'use_MARS' Use to enable a feature of SQL Server 2005 and later, "Multiple Active Result Sets". See L @@ -154,7 +154,7 @@ B: This has implications for the way transactions are handled. =cut -sub connect_call_use_mars { +sub connect_call_use_MARS { my $self = shift; my $dsn = $self->_dbi_connect_info->[0];