From: <fab...@us...> - 2010-09-24 03:01:55
|
Revision: 5210 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5210&view=rev Author: fabiomaulo Date: 2010-09-24 03:01:49 +0000 (Fri, 24 Sep 2010) Log Message: ----------- Fix NH-2161 Modified Paths: -------------- trunk/nhibernate/releasenotes.txt Modified: trunk/nhibernate/releasenotes.txt =================================================================== --- trunk/nhibernate/releasenotes.txt 2010-09-24 02:46:33 UTC (rev 5209) +++ trunk/nhibernate/releasenotes.txt 2010-09-24 03:01:49 UTC (rev 5210) @@ -230,6 +230,7 @@ * Antlr3.Runtime.dll is required * the syntax foo.bar.baz.elements or foo.bar.baz.indices is not longer supported. Use the alternative syntax of elements(foo.bar.baz) or indices(foo.bar.baz) instead Note: in some case, where a sub-select is needed, the collection is enough example: FROM m IN CLASS Master WHERE NOT EXISTS( FROM m.Details d WHERE NOT d.I=5 ) + * INamingStrategy.PropertyToColumnName does not include the component property path ##### Possible Breaking Changes ##### * ISession interface has additional methods This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |