Adds functionality to handle REPLACE statements correctly in the replication service. REPLACE represents a DELETE of a row followed by an INSERT of new data into the same row.
Adds a new test case to the transaction_log test case for REPLACE.
The replace test case does not pass and I'm not sure why. Pushing up to LP so I can have krow take a looksie...