Hey everyone, check out the pictures from my
Labor Day 2004 Hiking trip.
Also, the code generator now handles cached object accessors for the other relationships in the database, so thats even less code we have to write. It still messes up on Image types, but I might fix that today or tomorrow. You have to be a little careful because it generates the accessor for every relationship, so if the relationship isn't explicitly defined, or if the table being related to isn't being generated, then you'll have problems. On the up side, this will be another force pushing us to make all the relationships correctly.