Oracle Float and VARCHAR precisions in changelog generated by generateChangeLog are incorrect
Description
The generated change log XML contains wrong column size for VARCHAR2 and FLOAT. For VARCHAR2 the size is half of the expected column size where as for FLOAT the size is always 22.
The generated change log XML contains wrong column size for VARCHAR2 and FLOAT. For VARCHAR2 the size is half of the expected column size where as for FLOAT the size is always 22.
seems similar to this.
I have made some changes in ColumnSnapshotGenerator.java to resolve the issue locally. Attaching the changed java file for review.