rails-sqlserver / activerecord-sqlserver-adapter

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

Savepoint queries should be internally executed #1107

Closed aidanharan closed 11 months ago

aidanharan commented 12 months ago

When executing queries for savepoints, use internal_execute instead of execute. The method execute causes the query cache to be cleared which was breaking the following ActiveRecord tests: