• Jim Fulton's avatar
    Because of the, um, automatic way that objects are added to databases · 2751ff22
    Jim Fulton authored
    by virtue of being reachable from objects in databases, there is
    a danger of ambiguity when an object is reachable from multiple
    databases.  This ambiguity can lead to very subtle bugs with the
    symtom that objects are in unexpected databases.
    
    Introduced a check to refuse to commit when the ambiguity exists.
    
    (This required changing the connection '_creating' attribute to a
    dictionary.)
    2751ff22
Connection.py 44.4 KB