Continuum

MS SQL Server size of NVARCHAR defect

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2
  • Component/s: Database
  • Labels:
    None
  • Environment:
    Windows, SQL Server
  • Complexity:
    Intermediate
  • Patch Submitted:
    Yes
  • Number of attachments :
    1

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.

[1] http://msdn.microsoft.com/en-us/library/ms186939.aspx

Activity

Hide
Olivier Lamy added a comment -

Hi,
Can you use the following cli to generate the patch: svn diff > CONTINUUM-1878
At the root of the continuum project.
Thanks!

Show
Olivier Lamy added a comment - Hi, Can you use the following cli to generate the patch: svn diff > CONTINUUM-1878 At the root of the continuum project. Thanks!
Hide
Olivier Lamy added a comment -

Fixed in rev 694461.
Patch not used just change the file content with %s/8000/4000/

Show
Olivier Lamy added a comment - Fixed in rev 694461. Patch not used just change the file content with %s/8000/4000/

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: