Skip to content

Commit cad7c04

Browse files
committed
Remove un-necessary adapter override
1 parent 434182d commit cad7c04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/active_record/connection_adapters/sqlserver/database_statements.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ def exec_update(sql, name, binds)
3333
super(sql, name, binds).rows.first.first
3434
end
3535

36-
def supports_statement_cache?
37-
true
38-
end
39-
4036
def begin_db_transaction
4137
do_execute 'BEGIN TRANSACTION'
4238
end

0 commit comments

Comments
 (0)