Christopher Arndt schrieb:
> 
> mapper(User, user_table)

Sorry, I forgot some important code here. The last line should read:

mapper(User, user_table,
    properties=dict(_password=user_table.c.password))


Chris

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

Reply via email to