User Defined Types Come back with Unnecessary Size specifier in diff

Description

On oracle, create type with

CREATE TYPE my_Type AS OBJECT (price NUMBER(10,2), MEMBER FUNCTION total_price (multiplier number) RETURN NUMBER)

then a table with

CREATE TABLE my_table ( id Integer NOT NULL, total_price my_Type, multiplier Number(4,2) DEFAULT 10

and the generateChangeLog result is type="my_Type(1)" not type="my_type"

Environment

Oracle

Activity

Show:

Nathan Voxland February 19, 2014 at 4:49 PM

Fixed

Fixed

Details

Reporter

Fix versions

Affects versions

Priority

Created February 19, 2014 at 4:48 PM
Updated February 19, 2014 at 4:49 PM
Resolved February 19, 2014 at 4:49 PM

Flag notifications