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

Is there a possibility you can provide a .Net Standard 2.1 version for use with Unity? or a .Net 4.8, i think that'll work too.

Is it compatible with .net8 ? Thanks.

The base table and the tracing table use different character sets for the primary key, which greatly reduces the query performance. eg: The base table DDL: ```sql CREATE TABLE `ezreportdevicecheckresult`...

Hi Dear, when execute **SynchronizeAsync** _`await agent.SynchronizeAsync(scope_name, setup, Dotmim.Sync.Enumerations.SyncType.Normal, null, stoppingToken);`_ with **scopeName**, **DeleteMetadataAsync** executed for all scopes in table **scope_info_client** and also it use **@sync_row_timestamp** for scope selected not...

I have setup a timer to call synchronise every 3 minutes for the changes that occurs in a table. But my agent.LocalOrchestrator.OnRowsChangesApplied get called twice for every single change. What...

Hi Sébastien Pertus, We are facing a weird situation regarding conflicts. **Issue:** I have 2 applications 1 website Connected with SQL Server Main Database and 1 desktop app connected with...

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies
javascript

Hi, i'm having trouble when trying to Sync a local and remote database. Normally the remote database is used while online, with the local used while offline. I have a...

When trying to Sync a table with an XML column using the SQL server client, and exception is thrown: An unhandled exception of type 'Dotmim.Sync.SyncException' occurred in System.Private.CoreLib.dll The xml...