This project is archived and is in readonly mode.

#532 ✓resolved
Peter Wagenet

references_eager_loaded_tables? matches numbers with decimals

Reported by Peter Wagenet | July 2nd, 2008 @ 02:26 AM | in 2.x

ActiveRecord::Associations::ClassMethods#references_eager_loaded_tables? will return true if any decimal numbers exist in the query. This is due to the conditions_tables, order_tables, and selects_tables methods not being very discriminating in their Regexps. I'll be submitting a patch for this soon.

Comments and changes to this ticket

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>

Attachments

Referenced by

Pages