• Kirill Smelkov's avatar
    zodbdump: Always end a transaction with LF · 624aeb09
    Kirill Smelkov authored
    Before now we were emitting extra LF only in between transactions as a
    separator. However the dump format states LF always goes after
    transaction, and there is a reason for it:
    
    	without LF in the end, it becomes ambiguous at EOF - whether it
    	is a proper transaction end, or the transaction was cut.
    
    So avoid the ambiguity by always emitting trailing LF after transaction
    record.
    624aeb09