Hello all

New to SQLAlchemy and ORM and loving it. I am trying to use the
declarative base extension with composite column.

I have two very simple tables - user and address.

My code at: http://python.pastebin.com/m6e032164 works without any
problem.

I am trying to put the same thing using declarative base:
http://python.pastebin.com/m1a05e5c0 and it throws me the error.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
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