Sha256: d5723c020d714f2ce18248ad8a3aaa26cc832101b390f2a6fc26965343829271
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 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: false end end end end
Version data entries
6 entries across 6 versions & 1 rubygems