From 05bf8477a37d4843e615cc492d08051a18bc26db Mon Sep 17 00:00:00 2001 From: Peter Kruithof Date: Tue, 14 Jun 2011 02:36:49 -0700 Subject: [PATCH] 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`. --- doctrine-mapping.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doctrine-mapping.xsd b/doctrine-mapping.xsd index 126f30290..c76ae49b0 100644 --- a/doctrine-mapping.xsd +++ b/doctrine-mapping.xsd @@ -212,7 +212,7 @@ - +