Skip to content

fixed BUG-44069: mandatory column size change in config script fails in ORA

Asier Lostalé requested to merge alo-issues/obsolte/dbsm:fix/44069 into master

When a config script includes a size change for a mandatory column, it fails to be applied in Oracle. The alter statement that DBSM produces, includes NOT NULL together with the actual modification. This is not allowed in Oracle causing the failure.

It is fixed by using the deferNotNull option when writing the statement.

Merge request reports