I don't think the problem you're seeing is related. It probably needs to be investigated independently.
The 10.2 sync functionality uses sqllite databases as the transport for exchanging data between the the service and the client. When you sync, the API creates a temporary database containing just the deltas, and sends it up to the server. The server also sends back deltas for anything that changed since the client last synced/created the database.