I have been using the following recipe to keep a unique string table in our database:
http://www.sqlalchemy.org/trac/wiki/UsageRecipes/UniqueObject After upgrading to 5.6, I started getting the following error Instance <UniqueName XXX> is not persistent within this Session 1. Does somebody have an updated recipe? 2. Is there a much better way to keep a table of unique ID or strings in the Database? Thanks Kris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
