Hi
I found a solution:
orm.mapper(AccAccountUserAddress,
acc_account_table.join(acc_user_table).join(acc_address_book_table),
properties={ 'account_id': [
acc_account_table.c.account_id,
acc_user_table.c.account_id,
acc_address_book_table.c.account_id]}
)
Now its working.
Thanks,
Thomas
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en.