On Wed, Oct 14, 2009 at 17:09, Gaetan de Menten <gdemen...@gmail.com> wrote:

> Btw: Iwan, did you try:
>
> factory = elixir.session.session_factory
> elixir.session.registry = sqlalchemy.util.ScopedRegistry(maker,
> scope_func=your_scope_func)

Of course, that should read :

factory = elixir.session.session_factory
elixir.session.registry = sqlalchemy.util.ScopedRegistry(factory,
scope_func=your_scope_func)

-- 
Gaƫtan de Menten
http://openhex.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to