Sha256: a90756ccf992757f02501241f79c93b940681ad8b78dfb54c3bb83f380f99760
Contents?: true
Size: 263 Bytes
Versions: 14
Compression:
Stored size: 263 Bytes
Contents
module ActiveRecord module ConnectionAdapters class PostgreSQLAdapter < AbstractAdapter # This mightn't be in Core, but count(distinct x,y) doesn't work for me def supports_count_distinct? #:nodoc: true end end end end
Version data entries
14 entries across 14 versions & 1 rubygems