Compatibility with older versions of ar-jdbc for other extensions out there
# File lib/arjdbc/derby/active_record_patch.rb, line 6 def select_limited_ids_list(options, join_dependency) connection.select_all( construct_finder_sql_for_association_limiting(options, join_dependency), "#{name} Load IDs For Limited Eager Loading" ).collect { |row| connection.quote(row[primary_key], columns_hash[primary_key]) }.join(", ") end
Generated with the Darkfish Rdoc Generator 2.