• Jim Fulton's avatar
    We check for implicitly adding objects by looking for "new" objects · 173b1df9
    Jim Fulton authored
    reachable from multiple connections.  Previously, we thought that we
    could limit the time that an object was new to a single savepoint, but
    that didn't work because savepoints of different connections are too
    independent.   Now an object is considered new for the full extent of
    the transaction in which it was created.
    
    Made it possible to use connection add methods to explicitly control
    the database an object is added too.
    173b1df9
serialize.py 22.1 KB