Update of /cvsroot/nhibernate/nhibernate
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21350/nhibernate
Modified Files:
releasenotes.txt
Log Message:
Implemented Copy, enhanced versioning, support named query/sql-query
Index: releasenotes.txt
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/releasenotes.txt,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** releasenotes.txt 29 Mar 2005 05:43:00 -0000 1.28
--- releasenotes.txt 30 Mar 2005 16:28:08 -0000 1.29
***************
*** 13,16 ****
--- 13,18 ----
- Modified discriminator element to use "null" or "not null" as the value.
- Modified Dialect to use Hibernate 2.1 methods.
+ - Added "unsaved-value" to version/timestamp as DateTime can't support null, use 1/1/0001 to align with .NET default value for DateTime
+ - Added SaveOrUpdateCopy which allows synchronisation for detached objects
Build 0.7.0.0
|