Skip to content

Commit

Permalink
Merge pull request #61 from dhruvCW/fix_materialize_transactions
Browse files Browse the repository at this point in the history
correct reference to materialize_transactions in with_trilogy_connection
  • Loading branch information
bensheldon committed Aug 28, 2023
2 parents 049408a + 6559e88 commit 9a9ca6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_record/connection_adapters/trilogy_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def reconnect!
def with_trilogy_connection(materialize_transactions: true, **_kwargs)
@lock.synchronize do
verify!
materialize_transactions if materialize_transactions
self.materialize_transactions if materialize_transactions
yield connection
end
end
Expand Down

0 comments on commit 9a9ca6f

Please sign in to comment.