-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support https://github.com/rails/rails/pull/44591 #2329
Comments
So the introduction of def _connection
@unconfigured_connection || @raw_connection
end Might work. It would certainly fix the specific Or if, in some number of cases, the library needs to be forcing the I've added a PR with this dual lookup approach: "Add _connection method" #2367 mostly as a basis for making other progress on rails 7.1 differences. I'm still orienting here and would humbly welcome any guidance or thoughts you might have on tackling this particular upstream change @yahonda . Thanks! |
Oracle enhanced adapter needs to support rails/rails#44591 which has eight commits. rails/rails@deec300 triggers unit test failures.
Steps to reproduce
Expected behavior
It should pass.
Actual behavior
System configuration
Rails version: main branch after rails/rails@deec300
Oracle enhanced adapter version: master
Ruby version: Ruby 2.7 or higher
Oracle Database version: Oracle Database 21c Express Edition
The text was updated successfully, but these errors were encountered: