Hello, I've got a small problem with byte[] columns: If you run the application in Recreate mode
And then change to
and run in Perform mode. The column size will not be updated, and keep the default value set in recreate mode. This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Issue created: http://code.google.com/p/dataobjectsdot ... ail?id=769 Is this correct that expected data type upgrade is from varbinary(8000) to varbinary(max)? olorin wrote: I think the default length is 4000 : expected column type upgrade if from varbinary(4000) to varbinary(max) It is not an blocking issue for us, but if the same is true for strings that could be a problem. The issue is fixed in the latest build. |