rsim / oracle-enhanced

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

Add _connection method (1) #2367

Open andynu opened 3 months ago

andynu commented 3 months ago

Introduce the _connection method, which returns whichever is defined between @unconfigured_connection or @raw_connection.

See rails commit: https://github.com/rails/rails/commit/deec3004d8d85443dc4f3f5fd22ab86b10adb58b and issue #2329