> Another thing that's nagging at me is the fact that a "record" is a whole.
I agree with this completely, and think it's why I wouldn't want to see this implemented. To me, the point of ORM is that I can save/load an Object's state without dealing with the implementation, and it dilutes that point if an Object's state can be "partially" saved. -Joe

