On Wed, May 9, 2012 at 4:11 PM, Michael Bayer <[email protected]> wrote: > >> Hello, >> >> is there a problem in mapping classes to selects ([1]) /within a function/? > > with multiple threads, where the mappers initialization may first proceed as > the product of a thread running, yes. you'd want to upgrade to 0.7 for > the best versions of these fixes, or at least 0.6. > > If you must stay on 0.5, make sure all modules are fully imported, then run > compile_mappers() before starting any threads.
Sweet. Didn't know that one. -- 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.
