Is this a bug?

Description

In file liquibase.diff.ObjectDifferences there is this line of code:

differences.compare("type", databaseObject1, databaseObject2, new ObjectDifferences.DatabaseObjectNameCompareFunction(Column.class, accordingTo));

Should it not be:
differences.compare("type", databaseObject1, databaseObject2, new ObjectDifferences.DataTypeCompareFunction(accordingTo));

 

Or is this dead code?

Environment

Linux Ubuntu

Activity

Show:

Details

Reporter

Components

Affects versions

Priority

Created December 9, 2019 at 2:21 PM
Updated December 9, 2019 at 2:24 PM
Loading...