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