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?