Skip to content

Commit fc4c4f3

Browse files
committed
Change the default value
1 parent fe3c7b9 commit fc4c4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/active_record/connection_adapters/oracle_enhanced_adapter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def reconnect
467467
end
468468

469469
# Reconnects to the database.
470-
def reconnect!(restore_transactions: true) # :nodoc:
470+
def reconnect!(restore_transactions: false) # :nodoc:
471471
super
472472
_connection.reset!
473473
rescue OracleEnhanced::ConnectionException => e

0 commit comments

Comments
 (0)