Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
This method is not being called anywhere in our code and a GitHub search
show it is not being used in any project.
  • Loading branch information
rafaelfranca committed Mar 26, 2014
1 parent 110f2ed commit 054e2c4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,6 @@ def supports_primary_key?
false
end

# Does this adapter support using DISTINCT within COUNT?
def supports_count_distinct?
true
end

# Does this adapter support DDL rollbacks in transactions? That is, would
# CREATE TABLE or ALTER TABLE get rolled back by a transaction?
def supports_ddl_transactions?
Expand Down

0 comments on commit 054e2c4

Please sign in to comment.