Details
Description
As said here [1], SQL Server allows up to 4000 chars in NVARCHAR type.
The file /continuum-model/src/main/resources/package-mssql.orm should be changed. 8000 should be changed to 4000 inside.
Patch is attached.
As said here [1], SQL Server allows up to 4000 chars in NVARCHAR type.
The file /continuum-model/src/main/resources/package-mssql.orm should be changed. 8000 should be changed to 4000 inside.
Patch is attached.
Hi,
Can you use the following cli to generate the patch: svn diff >
CONTINUUM-1878At the root of the continuum project.
Thanks!