Fair enough.

I don't remember that in docs. Did I miss a section, or is this too
obscure for the general usage?

(Like the time I decided to override the object.__hash__ to work off
the primary key? Made object saving a real treat. couldn't figure out
why I always had orphaned objects in the session.)

-c

On 7/16/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
>
> On Jul 16, 2007, at 5:25 PM, Cory Smith wrote:
>
> >
> > That is exactly what I'm doing.
> >
> > I take it that mappers do not affect the loading?
> >
>
> non-primary mappers have no effect on the properties attached to
> classes.  only the primary mapper and the query which loaded an
> instance has an opinion on that.
>
> theres not *too* many use cases for non primary mappers and id
> eliminate the rest of them if i could.
>
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to