createIndex refactoring does not create index in specified schema for DB2 dialect

Description

Using the createIndex refactoring against a DB2 database does not result in the schema being specified in the resulting DDL. A side effect of this is the rollback of a changeset containing a createIndex refactoring fails because the rollback looks for the index in the specified schema.

Environment

None

Activity

Show:

Nathan Voxland April 28, 2010 at 5:26 AM

Is fixed in 2.0

Stefan G. Renz September 18, 2009 at 9:11 AM

Same is true for Oracle: the resulting SQL misses the schemaName in the statement to create the index.

Fixed

Details

Reporter

Components

Fix versions

Affects versions

Priority

Created August 26, 2009 at 3:26 AM
Updated June 20, 2013 at 3:30 AM
Resolved April 28, 2010 at 5:26 AM