We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110f2ed commit 054e2c4Copy full SHA for 054e2c4
activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
@@ -157,11 +157,6 @@ def supports_primary_key?
157
false
158
end
159
160
- # Does this adapter support using DISTINCT within COUNT?
161
- def supports_count_distinct?
162
- true
163
- end
164
-
165
# Does this adapter support DDL rollbacks in transactions? That is, would
166
# CREATE TABLE or ALTER TABLE get rolled back by a transaction?
167
def supports_ddl_transactions?
0 commit comments