jrpfinch schrieb:
> mapper(Recurring_task, recurring_tasks, properties =
> {"raiser":relation(Employee_status,
> primaryjoin=(recurring_tasks.c.rt_raiser_id==Employee_status.c.emp_id)})
>
> ^
> SyntaxError: invalid syntax
There is one missing closing bracket. You should use an editor that
helps you with these kind of errors...
-- Christoph
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---