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 fe3c7b9 commit fc4c4f3Copy full SHA for fc4c4f3
lib/active_record/connection_adapters/oracle_enhanced_adapter.rb
@@ -467,7 +467,7 @@ def reconnect
467
end
468
469
# Reconnects to the database.
470
- def reconnect!(restore_transactions: true) # :nodoc:
+ def reconnect!(restore_transactions: false) # :nodoc:
471
super
472
_connection.reset!
473
rescue OracleEnhanced::ConnectionException => e
0 commit comments