• Jim Fulton's avatar
    Bugs Fixed · 75a39dc2
    Jim Fulton authored
    ----------
    
    - 3.10 introduced an optimization to try to address BTree conflict
      errors arrising for basing BTree keys on object ids. The
      optimization caused object ids allocated in aborted transactions to
      be reused. Unfortunately, this optimzation led to some rather
      severe failures in some applications.  The symptom is a conflict
      error in which one of the serials mentioned is zero.  This
      optimization has been removed.
    75a39dc2
testConnectionSavepoint.py 5.82 KB