On Tue, Nov 18, 2008 at 10:27:32AM -0500, Michael Bayer wrote:
> 
> 
> is_modified() shouldn't trigger a flush.  is that with rc4 ?

no it was svn rev. 4935. It's still the same with rev. 5311.
I verified again: autoflush=False, just works. Autoflush=True
shows that

## here session.new is not empty

if self.session.dirty:
    for dirty in self.session.dirty:
        if self.session.is_modified(dirty):
            return True

## session.dirty is empty

Do you need more details?


sandro
*:-)


--
http://sqlkit.argolinux.org   PyGTK + python + sqlalchemy

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to