View Revisions: Issue #6632

Summary 0006632: Convert to Unicode-friendly NVARCHAR type all internal SymmetricDS tables for SQL Server
Revision 2024-10-31 17:59 by pbelov
Description Convert to Unicode-friendly NVARCHAR any and all columns which currently use VARCHAR (on all SymmetricDS internal tables) when using MS SQL Server database.
Also, set the following engine parameter to true by default:
mssql.use.ntypes.for.sync=true

Revision 2024-10-31 17:58 by pbelov
Description Convert to NVARCHAR any and all columns which currently use VARCHAR (on all SymmetricDS internal tables) when using MS SQL Server database.
Also, set the following engine parameter to true by default:
mssql.use.ntypes.for.sync=true