DdlUtils considers the following two columns are different when comparing
models.

<column name="test" primaryKey="false" required="true" type="MUMERIC"
size="18" autoIncrement="false"/>

<column name="test" primaryKey="false" required="true" type="REAL"
size="18" autoIncrement="false"/>

But, they are not at least on Oracle, therefore the sql update statements
generated is kind of redundant.

--------------
Cheers,
Jun

Reply via email to