Gaetan de Menten wrote:
> On Mon, Sep 15, 2008 at 5:01 PM, Michael Hipp <[EMAIL PROTECTED]> wrote:
>> This simple code snippet worked before, but as soon as I upgraded to 0.6.1 it
>> won't save anything in the database. No errors, just nothing shows up in
>> PostgreSQL.

> Read the upgrade notes ;-)
> http://elixir.ematia.de/trac/wiki/Migrate05to06
> 
> And either change your .flush() to .commit() or provide use a custom session.

Thank you!

I note that before I could do the .flush() on an Entity object. Now it appears 
the commit() must be done on session?

There may be places where all I have is the  record (Entity) object I'm working 
on and may not necessarily want to have access to session. Is this possible?

Michael


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