Skip to content

Commit cdf7152

Browse files
committed
Update sqlserver.rb
1 parent 4270480 commit cdf7152

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/arel/visitors/sqlserver.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def visit_Arel_Nodes_UpdateStatement(o, collector)
4242
end
4343

4444
def update_statement_using_join(o, collector)
45+
collector.retryable = false
46+
4547
collector << "UPDATE "
4648
visit o.relation.left, collector
4749
collect_nodes_for o.values, collector, " SET "

0 commit comments

Comments
 (0)