Sorry for the huge delay... On Tue, May 24, 2011 at 14:02, sylvain ferriol <[email protected]> wrote: > hi > i'm testing debian squeeze elixir 0.7.1. > some instances have local attributes which are not defined as persistent > field. > if i do a session.commit, i lose these attributes because elixir recreates > instances. > > on debian lenny elixir 0.6 version, it works well
This looks like a change/issue at SQLAlchemy level, so you should ask on that mailing list instead. Elixir only sets up the SQLAlchemy's mapper & tables, so after setup_all() has done its magic, your are in SQLAlchemy's hands. -- Gaëtan de Menten -- You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en.
