Skip to content

Commit

Permalink
0001467: trigger creation failed with MSSQL database column of nvarch…
Browse files Browse the repository at this point in the history
…ar and ntext data type using the microsoft jdbc driver
  • Loading branch information
chenson42 committed Apr 8, 2014
1 parent 61d1dab commit 9c38fbe
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -783,6 +783,8 @@ protected String buildKeyVariablesDeclare(Column[] columns, String prefix) {
break;
case Types.CHAR:
case Types.VARCHAR:
case ColumnTypes.NVARCHAR:
case ColumnTypes.LONGNVARCHAR:
case Types.LONGVARCHAR:
text += "varchar(1000)\n";
break;
Expand Down

0 comments on commit 9c38fbe

Please sign in to comment.