1
0
mirror of synced 2025-02-20 22:23:14 +03:00

DDC-546 - Add EXTRALAZY to doctrine-mapping.xsd enumeration of fetch-types.

This commit is contained in:
Benjamin Eberlei 2010-12-29 12:34:09 +01:00
parent 75d59d8695
commit f572be92e2

View File

@ -121,6 +121,7 @@
<xs:restriction base="xs:token">
<xs:enumeration value="EAGER"/>
<xs:enumeration value="LAZY"/>
<xs:enumeration value="EXTRALAZY"/>
</xs:restriction>
</xs:simpleType>