On Mon, Mar 8, 2010 at 15:03, Gaetan de Menten <[email protected]> wrote: > > You can fix this in different ways. One option would be to configure > the session differently: > session.configure(autoflush=False) > > -- > Gaƫtan de Menten >
Thanks a lot... The following somehow didn't work out: session = scoped_session(sessionmaker(autoflush=False)) But anyhow. Is there a particular reason why I should use autoflush? How could be the above example be modified to work with autoflush? rabbit.movie = matrix # ? Or is the example a malpractice? I choose elixir because it is very developer-friendly and because it can do the basic stuff real pretty and comfortable (find, query, create and connect :P). K. -- 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.
