Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-ALPHA2
-
Fix Version/s: 2.0-ALPHA3
-
Component/s: Tools
-
Security Level: All
-
Labels:None
Description
The default mapping column length should be 255, however SchemaTool does not enforce this in the update clause, and it enforces this in the create clause only because of Platform::getVarcharMaxLength() which should not be the relevant scale for this default (Since platform max varchars can be much higher than 255).
Fixed