Issues with MS SQL TEXT type

If I create a changelog between 2 MS SQL server databases I get an error updating the “new” DB.
The “old” one contains a TEXT column (CLOB) which is converted to VARCHAR in the changelog.
Updating tries t create NVARCHAR(2147483647) which exceeds the limits. For me this looks like a bug.

Comments?

Are you doing a diff or generateChangeLog to get the changeSet? Or is it something you created manually in the changeset? What does the problem changeset look like?

Nathan