Because SQLA's session.save has been removed in trunk, Elixir's entity.save gives an error if run with newer versions of SQLA. Is it worth modifying Entity.save to do session.add() if not hasattr (session, 'save')?
Regards, Vinay Sajip -- You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=.
