Skip to content

Commit

Permalink
[from now] 2023/09/25 11:48:52
Browse files Browse the repository at this point in the history
diff --git a/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb b/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb
index 36ca52b4..31844903 100644
--- a/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb
+++ b/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb
@@ -342,6 +342,10 @@ module ActiveRecord
           rescue NotImplementedError
           end

+p username
+p password
+p connection_string
+p privilege
           conn = OCI8.new username, password, connection_string, privilege
           conn.autocommit = true
           conn.non_blocking = true if async
  • Loading branch information
yahonda committed Sep 25, 2023
1 parent 25c94ac commit d8f99c9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@ def self.new_connection(config)
rescue NotImplementedError
end

p username
p password
p connection_string
p privilege
conn = OCI8.new username, password, connection_string, privilege
conn.autocommit = true
conn.non_blocking = true if async
Expand Down

0 comments on commit d8f99c9

Please sign in to comment.