Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.2
-
Fix Version/s: 2.3.4
-
Component/s: Mapping Drivers
-
Security Level: All
-
Labels:None
Description
In using orm:convert-mapping xml --from-database the xml that is generated for varchar columns does not receive a length attribute.
Therefore - orm:validate-schema fails and the schema tool reports that the column must change to a varchar(255) when it should be just fine with the varchar that was already there (ex. varchar(10)).
Note: I discovered this on composite keys - unsure whether this is for all or only composite.
Activity
Benjamin Eberlei
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.3.4 [ 10420 ] | |
| Resolution | Fixed [ 1 ] |