Issue Details (XML | Word | Printable)

Key: CONTINUUM-1878
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Olivier Lamy
Reporter: Jimmy Conway
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Continuum

MS SQL Server size of NVARCHAR defect

Created: 11/Sep/08 02:55 PM   Updated: 11/Sep/08 03:28 PM   Resolved: 11/Sep/08 03:28 PM
Component/s: Database
Affects Version/s: None
Fix Version/s: 1.2

Time Tracking:
Not Specified

File Attachments: 1. File t (0.7 kB)

Environment: Windows, SQL Server

Complexity: Intermediate
Patch Submitted: Yes


 Description  « Hide

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



Olivier Lamy added a comment - 11/Sep/08 03:13 PM

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


Olivier Lamy added a comment - 11/Sep/08 03:28 PM

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