You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Jimmy Conway (JIRA)" <ji...@codehaus.org> on 2008/09/11 21:56:48 UTC

[jira] Created: (CONTINUUM-1878) MS SQL Server size of NVARCHAR defect

MS SQL Server size of NVARCHAR defect
-------------------------------------

                 Key: CONTINUUM-1878
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1878
             Project: Continuum
          Issue Type: Bug
          Components: Database
         Environment: Windows, SQL Server
            Reporter: Jimmy Conway
            Priority: Blocker
         Attachments: t

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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1878) MS SQL Server size of NVARCHAR defect

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1878:
------------------------------------

         Assignee: Olivier Lamy
    Fix Version/s: 1.2

> MS SQL Server size of NVARCHAR defect
> -------------------------------------
>
>                 Key: CONTINUUM-1878
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1878
>             Project: Continuum
>          Issue Type: Bug
>          Components: Database
>         Environment: Windows, SQL Server
>            Reporter: Jimmy Conway
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.2
>
>         Attachments: t
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1878) MS SQL Server size of NVARCHAR defect

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=147703#action_147703 ] 

Olivier Lamy commented on CONTINUUM-1878:
-----------------------------------------

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

> MS SQL Server size of NVARCHAR defect
> -------------------------------------
>
>                 Key: CONTINUUM-1878
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1878
>             Project: Continuum
>          Issue Type: Bug
>          Components: Database
>         Environment: Windows, SQL Server
>            Reporter: Jimmy Conway
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.2
>
>         Attachments: t
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1878) MS SQL Server size of NVARCHAR defect

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed CONTINUUM-1878.
-----------------------------------

    Resolution: Fixed

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

> MS SQL Server size of NVARCHAR defect
> -------------------------------------
>
>                 Key: CONTINUUM-1878
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1878
>             Project: Continuum
>          Issue Type: Bug
>          Components: Database
>         Environment: Windows, SQL Server
>            Reporter: Jimmy Conway
>            Assignee: Olivier Lamy
>            Priority: Blocker
>             Fix For: 1.2
>
>         Attachments: t
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira