rails-sqlserver / activerecord-sqlserver-adapter

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

Updated for Rails v7.1.0.rc2 #1102

Closed aidanharan closed 9 months ago

aidanharan commented 9 months ago

Update the adapter for Rails v7.1.0.rc2

Contains small change to sql_for_insert(sql, pk, binds, _returning) method in lib/active_record/connection_adapters/sqlserver/database_statements.rb following https://github.com/rails/rails/pull/49290

Removed coerced tests that are no longer needed.