From: <pa...@us...> - 2011-05-24 05:29:21
|
Revision: 5868 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5868&view=rev Author: patearl Date: 2011-05-24 05:29:15 +0000 (Tue, 24 May 2011) Log Message: ----------- Noted GetLimitString breaking change in release notes. Modified Paths: -------------- trunk/nhibernate/releasenotes.txt Modified: trunk/nhibernate/releasenotes.txt =================================================================== --- trunk/nhibernate/releasenotes.txt 2011-05-24 05:23:00 UTC (rev 5867) +++ trunk/nhibernate/releasenotes.txt 2011-05-24 05:29:15 UTC (rev 5868) @@ -3,6 +3,7 @@ * removed obsolete "use_outer_join" property from nhibernate-configuration.xsd (simply remove it from your xml configuration) ##### Possible Breaking Changes ##### + * All Dialect.GetLimitString() methods replaced with a single GetLimitString method with a new signature. * [NH-2550] - Allow public access to FieldInterceptor Session (IFieldInterceptor changed) * [NH-2593] - For Microsoft SQL Server the default batch-size (adonet.batch_size) is set to 20 where not explicit defined in the session-factory configuration * - ICollectionPersister added property to fix [NH-2489] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |