[Bast-commits] r7215 - DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ODBC

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Wed Aug 5 08:37:13 GMT 2009


Author: caelum
Date: 2009-08-05 08:37:12 +0000 (Wed, 05 Aug 2009)
New Revision: 7215

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
Log:
rename connect_call_use_mars to connect_call_use_MARS

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm	2009-08-05 08:26:20 UTC (rev 7214)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm	2009-08-05 08:37:12 UTC (rev 7215)
@@ -140,11 +140,11 @@
   $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<DBD::ODBC::FAQ/Does DBD::ODBC support Multiple Active Statements?>
@@ -154,7 +154,7 @@
 
 =cut
 
-sub connect_call_use_mars {
+sub connect_call_use_MARS {
   my $self = shift;
 
   my $dsn = $self->_dbi_connect_info->[0];




More information about the Bast-commits mailing list