> > least this seems to me...)
>
> > In the GUI I use as test, thoght objects are flushed but they come
> > back unless I issue a session.commit().
>
> Hmm. If by "come back" you mean they show back up in a separate session
> and still exist in the database, then it may be that you've forgotten to
> commit the transaction at all. If you turn off autocommit, transactions
> are never committed except by explicitly calling commit().
indeed that's the case. But if I commit(), any other object in the
session
get committed and I don't want this...
thanks again
sandro
*:-)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---