rsim / oracle-enhanced

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

Add alias to internal_exec_query (11) #2376

Closed andynu closed 1 month ago

andynu commented 6 months ago

Add alias to internal_exec_query

In rails commit https://github.com/rails/rails/commit/942785fb8b03772dde338cc241af8e5de4d2efbc

A method internal_exec_query is introduced as the implementation for exec_query. For now this just aliases one to the other.

Stacked on #2375