Andrew Nutter-Upham
Andrew Nutter-Upham
Just encountered this issue. We believe the issue was introduced in this commit https://github.com/rsim/oracle-enhanced/commit/34ca92b39cc048d490db71dd8fb8284579b87c48
Here is a monkey patching initializer workaround. https://gist.github.com/andynu/9522d16ab85fd4ec2c2c31903fbe249d
Would the maintainers be interested in a PR along the lines of the workaround? Converting the TYPE_MAP constant into a class attribute? I'd be happy to provide one, but wasn't...
Ben, I see what you mean. I tried assorted on_load hooks, and was unable to effectively silence the logger that way. I do think that approach is a lovely idea,...
This may have been corrected on the rails side. https://github.com/rails/rails/pull/50783 This fix has not been released yet, and will probably be part of Rails 7.2.0. But it was back ported...
This was fixed in #2301 and is available in [oracle-enhanced_activerecord v7.0.3](https://github.com/rsim/oracle-enhanced/releases/tag/v7.0.3).
So the introduction of `@unconfigured_connection` breaks all the references to `@raw_connection` prior to connecting. After the connection, `@raw_connection` gets set. The timing of all the references to `@raw_connection` in the...
Hi Everyone, I'm interested in helping move this forward. I've started a series of PRs to work through test regressions on the way to rails 7.1 support. Right now I'm...
Josh, Some facts: - Rails's main branch has moved on to rails 8.0. - Rails's has branched 7-2-stable - Rails 7.1 released 7 months ago. - There are no official...
@stevequinlan Excellent workaround. Thank you. What do you think about adding those changes as a PR? If you don't have time, I'd be happy to do it. Just trying to...