Skip to content

Commit

Permalink
0004751: MSSQL ddl table creation support for varbinary(max)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Marzullo committed Feb 22, 2021
1 parent afc0038 commit 85f11fb
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -30,11 +30,6 @@ public class MsSql2005DdlBuilder extends MsSql2000DdlBuilder {

public MsSql2005DdlBuilder() {
this.databaseName = DatabaseNamesConstants.MSSQL2005;

databaseInfo.addNativeTypeMapping(Types.BLOB, "IMAGE", Types.BLOB);
databaseInfo.addNativeTypeMapping(Types.CLOB, "CLOB", Types.CLOB);
databaseInfo.addNativeTypeMapping(Types.SQLXML, "XML", Types.SQLXML);

}

protected void dropDefaultConstraint(String tableName, String columnName, StringBuilder ddl) {
Expand Down

0 comments on commit 85f11fb

Please sign in to comment.