Skip to content

Commit

Permalink
Upgraded to NHibernate 2.1.2.4000 GA
Browse files Browse the repository at this point in the history
  • Loading branch information
jagregory committed Dec 3, 2009
1 parent dc3fdfe commit 5a74d5d
Show file tree
Hide file tree
Showing 10 changed files with 304 additions and 56 deletions.
Binary file modified tools/NHibernate/Iesi.Collections.dll
Binary file not shown.
Binary file modified tools/NHibernate/NHibernate.ByteCode.Castle.dll
Binary file not shown.
Binary file modified tools/NHibernate/NHibernate.dll
Binary file not shown.
169 changes: 144 additions & 25 deletions tools/NHibernate/NHibernate.xml

Large diffs are not rendered by default.

Binary file modified tools/NHibernate/nhib2.1/Iesi.Collections.dll
Binary file not shown.
Binary file modified tools/NHibernate/nhib2.1/NHibernate.ByteCode.Castle.dll
Binary file not shown.
Binary file modified tools/NHibernate/nhib2.1/NHibernate.dll
Binary file not shown.
169 changes: 144 additions & 25 deletions tools/NHibernate/nhib2.1/NHibernate.xml

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions tools/NHibernate/nhib2.1/nhibernate-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</xs:attribute>
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" type="xs:boolean">
Expand Down Expand Up @@ -367,6 +367,9 @@
</xs:element>
<xs:element name="definition">
<xs:complexType>
<xs:sequence>
<xs:element ref="param" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="class" use="required" type="xs:string" />
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -445,7 +448,7 @@
<xs:attribute name="type" type="xs:string" />
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" default="false" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" default="false" type="xs:boolean">
Expand All @@ -465,6 +468,7 @@
</xs:choice>
<xs:attribute name="name" use="required" type="xs:string" />
<xs:attribute name="condition" type="xs:string" />
<xs:attribute name="use-many-to-one" default="true" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="filter-param">
Expand Down Expand Up @@ -740,6 +744,7 @@
<xs:attribute name="foreign-key" type="xs:string" />
<xs:attribute name="lazy" type="restrictedLaziness">
</xs:attribute>
<xs:attribute name="not-found" default="exception" type="notFoundMode"/>
</xs:complexType>
</xs:element>
<xs:element name="key-property">
Expand Down Expand Up @@ -1155,7 +1160,7 @@
<xs:attribute name="column" type="xs:string" />
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" default="false" type="xs:boolean">
Expand Down
11 changes: 8 additions & 3 deletions tools/NHibernate/nhibernate-mapping.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
</xs:attribute>
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" type="xs:boolean">
Expand Down Expand Up @@ -367,6 +367,9 @@
</xs:element>
<xs:element name="definition">
<xs:complexType>
<xs:sequence>
<xs:element ref="param" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="class" use="required" type="xs:string" />
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -445,7 +448,7 @@
<xs:attribute name="type" type="xs:string" />
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" default="false" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" default="false" type="xs:boolean">
Expand All @@ -465,6 +468,7 @@
</xs:choice>
<xs:attribute name="name" use="required" type="xs:string" />
<xs:attribute name="condition" type="xs:string" />
<xs:attribute name="use-many-to-one" default="true" type="xs:boolean"/>
</xs:complexType>
</xs:element>
<xs:element name="filter-param">
Expand Down Expand Up @@ -740,6 +744,7 @@
<xs:attribute name="foreign-key" type="xs:string" />
<xs:attribute name="lazy" type="restrictedLaziness">
</xs:attribute>
<xs:attribute name="not-found" default="exception" type="notFoundMode"/>
</xs:complexType>
</xs:element>
<xs:element name="key-property">
Expand Down Expand Up @@ -1155,7 +1160,7 @@
<xs:attribute name="column" type="xs:string" />
<xs:attribute name="length" type="xs:positiveInteger" />
<xs:attribute name="precision" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:positiveInteger" />
<xs:attribute name="scale" type="xs:nonNegativeInteger" />
<xs:attribute name="not-null" type="xs:boolean">
</xs:attribute>
<xs:attribute name="unique" default="false" type="xs:boolean">
Expand Down

0 comments on commit 5a74d5d

Please sign in to comment.