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

Hi there, I'm trying to synchronize between SQL Server and SQLLocalDB. However, I'm encountering an exception that says, "Specified LocalDB instance name is invalid." Below is the full exception and...

I am getting an error with the message below when calling SyncAgent.SyncrhonizeAsync(). I am using the [ASP.NET Core Web Proxy](https://dotmimsync.readthedocs.io/Web.html#simple-scope) and [handling conflicts from the client side](https://dotmimsync.readthedocs.io/Conflict.html#handling-conflicts-from-the-client-side). The exception doesn't...

Is it possible to force a sync in one direction? For example a users table in SQL Server and pull it down to the local to overwrite any existing records.

If a database is backed up on our SQL Server having been used previously and then we restore it and attach. It has the tracking tables etc where as a...

Using 1.0.0-beta-1517 with Net8.02, MS Sql Server Express 2017, with Sql Change Tracking 1) When provisioning a scope, occasionally getting scope_info records with sync_scope_schema and sync_scope_setup both set to null....

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.15 to 5.0.18. Release notes Sourced from Npgsql's releases. v5.0.18 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. Thanks to @​paul-gerste-sonarsource...

dependencies
.NET

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.15 to 8.0.3. Release notes Sourced from Npgsql's releases. v8.0.3 This version contains a high-severity security patch for CVE-2024-32655 everyone is advised to upgrade. A large number...

dependencies
.NET

We can see from the referenced code below that the correct data type for the 9th column is `DateTime` ```csharp public static SyncTable GetSimpleSyncTable(int rowsCount = 1) { SyncTable tCustomer...

This is in hopes of making the tests run faster, and should add features.

Discovered these largely with InferSharp.