search for: 9b7be90ab588d84b1f063b098e353b39

Displaying 1 result from an estimated 1 matches for "9b7be90ab588d84b1f063b098e353b39".

2006 Feb 28
1
Wrong id after join!
The Problem ----------- After using a join in my find the id attributes set in my Entity objects are wrong! It is setting the Entity id to the value from Postcode id! The Code -------- entities = Entity.find(:all, :conditions => [...omited...], :joins => "as e inner join postcodes as pc on substring_index(e.postcode,'' '', 1) =