I got a problem with PostGreSQL 8.4 and tables reflection. My metadata
object seems to be ok (it has foreign keys, primary keys, every
columns and tables). But when I try to associate an object to an
another one through a Foreign key, I get :
"sqlalchemy.exc.ProgrammingError: (ProgrammingError) can't adapt type
'EventParameters' 'INSERT INTO event (".Here, my code : http://nopaste.info/d3d74b436e.html And my database schema : http://nopaste.info/8798dcf247.html What's wrong ? :/ Thank you in advance Fabien -- 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.
