rails-sqlserver / activerecord-sqlserver-adapter

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

Prevent marking broken connections as verified #1136

Closed aidanharan closed 10 months ago

aidanharan commented 10 months ago

Prevent marking broken connections as verified.

Porting changes from the Rails database adapters in https://github.com/rails/rails/pull/49811 to the MSSQL adapter.