Thanks, this work,

in my code i was next bug:

skupiny = relation('Skupina', secondary="sezony_key")
 
---                 ---

i must modify to
skupiny = relation('Skupina', secondary=sezony_key)

On 14 Pro, 22:43, Michael Bayer <mike...@zzzcomputing.com> wrote:
> Base = declarative_base(metadata=meta)
>
> On Dec 14, 2008, at 2:33 PM, grat wrote:
>
>
>
> > Base = declarative_base()
--~--~---------~--~----~------------~-------~--~----~
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 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to