minor doc clarification
Rafael Kitover [Fri, 24 Jul 2009 14:39:06 +0000 (14:39 +0000)]
lib/DBIx/Class/Storage/DBI/MSSQL.pm

index 5bf3c10..a03e8a3 100644 (file)
@@ -150,8 +150,11 @@ C<SELECT @@IDENTITY> can also be used by issuing:
 
   $self->_identity_method('@@identity');
 
-this is more dangerous, as inserting into a table with an on insert trigger that
-inserts into another table with an identity will give erroneous results.
+it will only be used if SCOPE_IDENTITY() fails.
+
+This is more dangerous, as inserting into a table with an on insert trigger that
+inserts into another table with an identity will give erroneous results on
+recent versions of SQL Server.
 
 =head1 AUTHOR