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

SyncService.java - "EnumarateChanges" method not using "tableFilter" parameter #40

Open luisfgutierrez opened 4 years ago

luisfgutierrez commented 4 years ago

Hi. Thank you for this interesting proyect. Right now I'm interested in making "filtering" work. Is there something wrong with the code version of SyncService.java? In particular in the implementation of method "EnumarateChanges"? I see from the code that the parameter "tableFilter" is never used inside the method. How can I used the VIEW I created in MySQL to filter the data generated?

Thanks...

Luis Fernando

sqlite-sync commented 4 years ago

Hi, filtering is available only in extended version. Contact directly with us if you want more information. On 4 Mar 2020, 16:45 +0100, luisfgutierrez notifications@github.com, wrote:

Hi. Thank you for this interesting proyect. Right now I'm interested in making "filtering" work. Is there something wrong with the code version of SyncService.java? In particular in the implementation of method "EnumarateChanges"? I see from the code that the parameter "tableFilter" is never used inside the method. How can I used the VIEW I created in MySQL to filter the data generated? Thanks... Luis Fernando — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.