sqlite-sync / SQLite-sync.com

AMPLI-SYNC is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.
https://ampliapps.com/sqlite-sync/
BSD 3-Clause "New" or "Revised" License
328 stars 82 forks source link

MergeDelete was not found in MergeTablesToSync #4

Closed hagabr closed 5 years ago

hagabr commented 5 years ago

INFO DoSync(). Table dbo.MergeDelete was not found in MergeTablesToSync.

Always have this message in sync.log

Not sure if it's normal

sqlite-sync commented 5 years ago

MergeDelete should not be synced. It is local table created automatically on mobile. What client do you use (I mean Android, iOS or maybe HTML)?

hagabr commented 5 years ago

Ionic in Android

sqlite-sync commented 5 years ago

Fixed fd79474