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 1c52814 commit e099b4fCopy full SHA for e099b4f
spec/active_record/connection_adapters/oracle_enhanced/connection_spec.rb
@@ -54,7 +54,7 @@
54
ActiveRecord::Base.establish_connection(SYSTEM_CONNECTION_PARAMS.merge(jdbc_statement_cache_size: 100))
55
expect(ActiveRecord::Base.connection.raw_connection.getImplicitCachingEnabled).to eq(true)
56
expect(ActiveRecord::Base.connection.raw_connection.getStatementCacheSize).to eq(100)
57
- # else: don't raise error if OCI connection has parameter "jdbc_statement_cache_size", still ignore it
+ # else: don't raise error if OCI connection has parameter "jdbc_statement_cache_size", still ignore it
58
end
59
60
0 commit comments