diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-10-09 03:13:06 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-10-09 03:13:06 +0000 |
commit | 4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1 (patch) | |
tree | d9d1665eff659f6c43699790eedb60a0a7cbe8f1 /activerecord/lib | |
parent | c98b471ca46bb21491649d8ca56052e14a0d1bd7 (diff) | |
download | rails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.tar.gz rails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.tar.bz2 rails-4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1.zip |
learn to clean up after myself
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/lib')
-rw-r--r-- | activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb index aa2a6ca71b..a2eaac549e 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb @@ -111,10 +111,6 @@ module ActiveRecord 63 end - def requires_order_columns_in_distinct_clause? # :nodoc: - true - end - # QUOTING ================================================== def quote(value, column = nil) |