when I run the above, with sqlite as well as postgres, i get this error:
sqlalchemy.ext.sqlsoup.PKNotFoundError: table 'g_refseq' does not have a primary key defined which is true, sqlsoup doesnt have support for many-to-many tables without a primary key defined. the error occurs each time you try to reference "db.g_refseq". if I add a primary key to g_refseq, program executes fine. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
