You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2007/03/08 07:32:25 UTC

[jira] Updated: (DDLUTILS-156) Support for MS SQLServer 2005

     [ https://issues.apache.org/jira/browse/DDLUTILS-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Dudziak updated DDLUTILS-156:
------------------------------------

    Fix Version/s: 1.1

> Support for MS SQLServer 2005
> -----------------------------
>
>                 Key: DDLUTILS-156
>                 URL: https://issues.apache.org/jira/browse/DDLUTILS-156
>             Project: DdlUtils
>          Issue Type: New Feature
>          Components: Core - SqlServer
>         Environment: MS SQL Server 2005 (version# 9)
>            Reporter: Stefan Huber
>         Assigned To: Thomas Dudziak
>             Fix For: 1.1
>
>
> SQL Server 2005 provides new large-value data types:
> - varchar(max) replaces text
> - nvarchar(max) replaces ntext
> - varbinary(max) replaces image 
> A new Platform should be created to support these data types.
> For details see http://msdn2.microsoft.com/en-us/library/ms178158.aspx
> There is also a better schema support in this version and the builder methods (MsSqlBuilder.java) like dropTable, processChange, writeExpternalForeignKeyDropStmt, .. need to take care of that. Otherwise we might change elements (drop tables or FKs) from other schemas the user has access to!
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.