rails-sqlserver / activerecord-sqlserver-adapter

SQL Server Adapter For Rails
MIT License
968 stars 558 forks source link

Removed legacy connection handling #1121

Closed aidanharan closed 8 months ago

aidanharan commented 8 months ago

Use internal_exec_query and internal_raw_execute to run queries instead of raw_connection_do and raw_connection_run. The new methods standardise connection handling.