|
The problem here is that the initial processing of the XML is only creating an IndexConstraintSource if the column is specified (either via attribute or element). In the 2 failing cases, the column is implicit, and we skip creating the IndexConstraintSource. That is a bug.
|