[PR #70] Change attribute 'columns' of type 'index' to 'xs:string' #7673

Closed
opened 2026-01-22 15:56:17 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/70

State: closed
Merged: Yes


The columns attribute of the index type was xs:NMTOKENS, therefore not allowing a comma, which is needed when multiple columns need to be specified. (I've checked the XmlDriver code for this)
It should be the same as the columns attribute of the unique-constraints type, namely xs:string.

**Original Pull Request:** https://github.com/doctrine/orm/pull/70 **State:** closed **Merged:** Yes --- The `columns` attribute of the `index` type was `xs:NMTOKENS`, therefore not allowing a comma, which is needed when multiple columns need to be specified. (I've checked the XmlDriver code for this) It should be the same as the `columns` attribute of the `unique-constraints` type, namely `xs:string`.
admin added the pull-request label 2026-01-22 15:56:17 +01:00
admin closed this issue 2026-01-22 15:56:17 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#7673