From: Rafael Kitover Date: Sat, 7 Apr 2012 16:14:17 +0000 (-0400) Subject: add a link to doc on MAS for MSSQL+ODBC X-Git-Tag: v0.08197~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b6d7e87bdf3f09e79cc19d209e52e78000f0578;p=dbsrgits%2FDBIx-Class.git add a link to doc on MAS for MSSQL+ODBC Add a link to http://www.easysoft.com/developer/languages/perl/multiple-active-statements.html to the POD for ::DBI::ODBC::Microsoft_SQL_Server in the Multiple Active Statements section. --- 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 e0fe1ea..3aa9b9b 100644 --- a/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm @@ -78,6 +78,10 @@ The following options are alternative ways to enable concurrent executing statement support. Each has its own advantages and drawbacks and works on different platforms. Read each section carefully. +For more details about using MAS in MSSQL over DBD::ODBC see this excellent +document provided by EasySoft: +L. + In order of preference, they are: =over 8