This project is archived and is in readonly mode.

Changeset [3146aa68fd03ea4392b45f1c8771675a9c850471] by Santiago Pastorino

November 5th, 2010 @ 06:27 PM

Fixes queries using limits and punctuation in order, removes order("col1, col2") usage in favor of order(["col1", "col2"})

[#4597 state:committed] https://github.com/rails/rails/commit/3146aa68fd03ea4392b45f1c87716...

Committed by Santiago Pastorino

  • M activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
  • M activerecord/lib/active_record/relation/finder_methods.rb
  • M activerecord/test/cases/associations/cascaded_eager_loading_test.rb
  • M activerecord/test/cases/associations/eager_test.rb
  • M activerecord/test/cases/relations_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>