You're experiencing exactly what Michael pointed you to.  

Person has a relationship+backref to SourceDatabase though 
`Person.source_database`.  When you create a `John` and assign the existing 
source_database, sqlalchemy is implicitly adding the Person so that the 
update you explicitly defined will persist on a commit.  In order to 
disable this, you need to read the section on Cascades that he pointed you 
to.  Specifically look at the section on backrefs.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to