Implemented support for LIVE SYNC in the sql serializer plugin.
Right now concurrent data writes are synchronized properly during live sync, to satisfy FK constraints. Also single_transaction_controller is in use to hold all changes in one transaction.
Loading
Please sign in to comment