Skip to content

Commit

Permalink
Remove unused method (#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Jan 5, 2025
1 parent 4196d90 commit d17094d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/active_record/connection_adapters/sqlserver_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,6 @@ def version
self.class::VERSION
end

def combine_bind_parameters(from_clause: [], join_clause: [], where_clause: [], having_clause: [], limit: nil, offset: nil)
result = from_clause + join_clause + where_clause + having_clause
result << offset if offset
result << limit if limit
result
end

def get_database_version # :nodoc:
version_year
end
Expand Down

0 comments on commit d17094d

Please sign in to comment.