HHH-2988 Update UnionSubclassEntityPersister column quoting
This commit is contained in:
parent
cd9819bde1
commit
08c23d435c
|
@ -459,7 +459,7 @@ public class UnionSubclassEntityPersister extends AbstractEntityPersister {
|
|||
buf.append( dialect.getSelectClauseNullString(sqlType) )
|
||||
.append(" as ");
|
||||
}
|
||||
buf.append( col.getName() );
|
||||
buf.append( col.getQuotedName(dialect) );
|
||||
buf.append(", ");
|
||||
}
|
||||
buf.append( clazz.getSubclassId() )
|
||||
|
|
Loading…
Reference in New Issue