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

# Introduction This issue is an explanation about "**why**" auto increment primary keys is not handled by `DMS`, yet. Some solutions exist to ensure a correct sync between several systems,...

help wanted
investigation
Discussion

Dear Mimetis, Current, I look the tracking/scopes tables using schema dbo. You can config the schema other? ex : change schema dbo => sync Thanks

enhancement
help wanted

Hi! I am currently struggling with getting the unit- and integration tests to work on my dev machine. In order to help others getting started, I created a simple powershell...

Hello! I'm trying to perform a synchronization every time a record is inserted. I don't know how to call SyncAgent agent = new SyncAgent(serverSQLServer, serverNube) ![image](https://user-images.githubusercontent.com/73860708/189554084-862b8a5f-6244-4851-ab89-154f1960d593.png)

I am using the WebClientOrchestrator to sync from an 'offline' SQLite DB to a SQL Server however local changes are not being synchronised. ``` cs var authenticationBytes = Encoding.ASCII.GetBytes($"{mdlPlugin.Username}:{mdlPlugin.Password}"); HttpClient...

Thank you dear for providing us with the framework. I understand that our project is not very deep and would like to know how to resolve conflicts based on the...

Hi, How can i log synchronization activities? can i get an example? which one would work better: syncoption.logger or interceptors? thanks

Occasionally during the sync process using SqlSyncChangeTrackingProvider I encounter the error: Newtonsoft.Json.JsonSerializationException: 'Unexpected end when deserializing array. Path 't[0].c[69].t', line 1, position 2048.' It is happening in LocalJsonSerializer.cs at the...

I'm upgrading from **0.9.4 to 0.9.8** for a Xamarin Forms app with a ASP.NET Webserver as backend I'm using **WebServerOrchestrator.OnTableChangesApplying** & **WebServerOrchestrator.OnTableChangesSelected** to set & remove the UserId. This is...

I am using MariaDb on local machine and Google Cloud DB (MySQL) as backend database. I create both databases using **utf8mb4_unicode_ci** collations. I checked on both databases that all text...