We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1712b83 commit 90b73f9Copy full SHA for 90b73f9
test/cases/transaction_test_sqlserver.rb
@@ -72,7 +72,7 @@ class TransactionTestSQLServer < ActiveRecord::TestCase
72
connection.execute "ALTER DATABASE [#{connection.current_database}] SET READ_COMMITTED_SNAPSHOT OFF WITH ROLLBACK IMMEDIATE"
73
74
# Reset all connections. Otherwise, the next test may fail with error 'DBPROCESS is dead or not enabled'. Not sure why.
75
- ActiveRecord::Base.connection_handler.clear_all_connections!
+ ActiveRecord::Base.connection_handler.clear_all_connections!(:all)
76
end
77
78
0 commit comments