• Julien Muchembled's avatar
    Fix read of empty transactions · f8ce322b
    Julien Muchembled authored
    Since transactions have metadata like a description, it may not be useless
    to allow them. But the behaviour of FileStorage is to silently drop them,
    so we may have to do the same in the future.
    
    An application that is not supposed to commit empty transactions should write
    its own unit test to prevent this.
    f8ce322b
manager.py 21 KB