rsim / oracle-enhanced

Oracle enhaced adapter for ActiveRecord
MIT License
546 stars 308 forks source link

Ensure `raw_connection` has a @raw_connection set (2) #2368

Closed andynu closed 1 month ago

andynu commented 6 months ago

Directly related to #2329 and the previous pr #2367 for the raw_connection method specifically calling verify! should ensure that the @raw_connection is configured and set.

This is stacked on top of #2367