MSSQL through ODBC does not like unfinished statements - make sure we finish the...
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 24 May 2009 08:47:03 +0000 (08:47 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 24 May 2009 08:47:03 +0000 (08:47 +0000)
commit77af494bb1ddc46a7a8eba467ab189daacccf32c
tree733ddda61ddb3441ce75c9db5730f564c92cc1aa
parent04ebc6f4d9b90ad04258ef202c3879b509dd0b09
MSSQL through ODBC does not like unfinished statements - make sure we finish the scope identity retrieval
(This worked before because of the automatic retry on exception, essentially running any select after insert twice)
lib/DBIx/Class/Storage/DBI/ODBC/Microsoft_SQL_Server.pm