Dotmim.Sync icon indicating copy to clipboard operation
Dotmim.Sync copied to clipboard

A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/

Results 72 Dotmim.Sync issues
Sort by recently updated
recently updated
newest added

We get below error when upgrading to latest version. It was working fine in previous version. [0:] Hey hey hey ********************************** UNHANDLED EXCEPTION! Details: Dotmim.Sync.SyncException: [InternalApplyChangesAsync]..[InternalSaveScopeInfoClientAsync]..SQLite Error 19: 'UNIQUE constraint...

I have two SQL servers syncing using SqlSyncChangeTrackingProvider. After updating to 0.9.7 to 0.9.8, sync fails with the following log: ``` Created agent [ClientDB, SqlSyncProvider] => [ServerDB, SqlSyncProvider] 0,0%: ClientDB:...

I'm seeing this error sometimes on the client, when running a normal SynchronizeAsync. I'm using MAUI, and have only seen this on the Android client so far. Windows client is...

Not a huge issue, but for large syncs with numerous batches to pull change data, it seems wrong that every single BatchChangesCreatedArgs and BatchChangesAppliedArgs shows an identical ProgressPercentage for every...

There are two issues with how transactions rollback currently in Sql Server (might be relevant to other databases, don't know): 1. The rollback command uses the same timeout as normal...

Using the SqlServerProvider or SqlChangeTrackingProvider if a column name contains the '/' character, sync will fail. A quick look at what is happening is that the column names are being...

Hi, I use Dotmim.Sync for at least 3 years. I am implementing a Sync Solution where components invoved are a WindowsService one side and a ASP.Net Core Controller on the...

Hi, first of all, thanks for the great job. Now I'm using ver 0.9.6, all tables are synced and in the configured direction. But there is a float field that...

[Conflict-free replicated data types](https://en.m.wikipedia.org/wiki/Conflict-free_replicated_data_type) are a sort of cutting edge data structure for distributed synchronization. It is what allows things like collaborative editing on Google Docs. In theory using this...

This is a WIP attempt for you to review and critique. Some of the tests seem to be failing right now because the Schema property is null. The Schema property...