• Jeremy Hylton's avatar
    Make tpc_begin() a read-only method. · 398e9a4c
    Jeremy Hylton authored
    The effect of this change will be to cause transactions to fail
    immediately, rather than the first time they call store() or
    abortVersion() or some other write-method.  Since the Connection now
    treats empty transactions as a special case, this change will not
    change the class of transactions that fail.
    398e9a4c
BaseStorage.py 9.19 KB