[Bast-commits] r9435 - DBIx-Class/0.08/branches/try-tiny/lib/DBIx/Class/Storage/DBI/ODBC

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Tue May 25 18:04:09 GMT 2010


Author: caelum
Date: 2010-05-25 19:04:09 +0100 (Tue, 25 May 2010)
New Revision: 9435

Modified:
   DBIx-Class/0.08/branches/try-tiny/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
Log:
fix odbc/mssql dynamic cursors

Modified: DBIx-Class/0.08/branches/try-tiny/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm
===================================================================
--- DBIx-Class/0.08/branches/try-tiny/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm	2010-05-25 17:47:20 UTC (rev 9434)
+++ DBIx-Class/0.08/branches/try-tiny/lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm	2010-05-25 18:04:09 UTC (rev 9435)
@@ -95,7 +95,7 @@
 Your drivers do not seem to support dynamic cursors (odbc_cursortype => 2),
 if you're using FreeTDS, make sure to set tds_version to 8.0 or greater.
 EOF
-  }
+  };
 
   $self->_using_dynamic_cursors(1);
   $self->_identity_method('@@identity');




More information about the Bast-commits mailing list