Michael Bayer wrote: > so you need to either not reference Person.c ahead of time, or call > Contract.mapper.compile(), or use 0.3.4 and call "compile_mappers()" > to compile all mappers. >
Very useful. Sure I can call compile_mappers() when I'm done. Thank you! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
