Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10969
Modified Files:
NHibernate.DomainModel-1.1.csproj
Log Message:
Added a quick test for UserTypes to save an Int32 as a null to the db.
Index: NHibernate.DomainModel-1.1.csproj
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.DomainModel/NHibernate.DomainModel-1.1.csproj,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** NHibernate.DomainModel-1.1.csproj 9 Jun 2004 01:03:59 -0000 1.18
--- NHibernate.DomainModel-1.1.csproj 11 Jun 2004 20:08:47 -0000 1.19
***************
*** 632,635 ****
--- 632,644 ----
/>
<File
+ RelPath = "NHSpecific\ClassWithNullColumns.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "NHSpecific\ClassWithNullColumns.hbm.xml"
+ BuildAction = "EmbeddedResource"
+ />
+ <File
RelPath = "NHSpecific\CompositeId.cs"
SubType = "Code"
***************
*** 660,663 ****
--- 669,677 ----
/>
<File
+ RelPath = "NHSpecific\NullInt32UserType.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "NHSpecific\Parent.cs"
SubType = "Code"
|