Skip to content

Commit

Permalink
Remove legacy method
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan committed Oct 17, 2023
1 parent 21952df commit db07ebd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -434,12 +434,6 @@ def internal_raw_execute(sql, conn, perform_do: false)

perform_do ? result.do : result
end

def ensure_established_connection!
raise TinyTds::Error, 'SQL Server client is not connected' unless @raw_connection

yield
end
end
end
end
Expand Down

0 comments on commit db07ebd

Please sign in to comment.