HHH-12753 - Remove an override that was not relevant to this jira.
This commit is contained in:
parent
005d5b7c74
commit
ad5f96c613
|
@ -86,11 +86,4 @@ public class DB297Dialect extends DB2Dialect {
|
|||
return super.getSqlTypeDescriptorOverride( sqlCode );
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canCreateSchema() {
|
||||
// this seems to only be a problem in QE where schema management is disabled.
|
||||
// should we keep this?
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue