This is implemented in Elixir, but is a policy decision coming from
SA. Read 
http://groups.google.com/group/sqlalchemy/browse_thread/thread/600bc8826f823562/c90d16726be8bf66

And replace

 instance.flush()

with

 session.flush([instance])


~jon

On Aug 13, 3:03 pm, Stou Sandalski <[EMAIL PROTECTED]> wrote:
> I just installed elixir from svn, and it seems that the orm object
> flush() method is gone... I also upgraded SQLAlchemy to 0.4beta1, I am
> not sure if its Elixir or SA.  Is this a bug or a feature?
>
> This no longer works:
>
> class Foo(Entity):
> ....
>
> f = Foo(...)
> f.flush()
>
> Regards,
>
> Stou


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to