We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c6c0d2 + 6590a02 commit 5ea974aCopy full SHA for 5ea974a
1 file changed
lib/plsql/jdbc_connection.rb
@@ -25,7 +25,7 @@
25
["./lib"].concat($LOAD_PATH).concat(env_path).detect do |dir|
26
# check any compatible JDBC driver in the priority order
27
ojdbc_jars.any? do |ojdbc_jar|
28
- if File.exists?(file_path = File.join(dir, ojdbc_jar))
+ if File.exist?(file_path = File.join(dir, ojdbc_jar))
29
require file_path
30
true
31
end
0 commit comments