My sql server database table has Guid as primary key (Id) column and default as newid(), when making an insert to the table using entity core, if i dont supply the Id field i would like the insert ...
Using the latest version of Dotmim.Sync, I'm syncing an SQL Server with an Sqlite. My problem is that Guid columns in sql server, are converted to an uppercase format in the CHAR(36) of sqlite. Is ...