From: <pa...@us...> - 2011-06-07 01:48:11
|
Revision: 5914 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5914&view=rev Author: patearl Date: 2011-06-07 01:47:49 +0000 (Tue, 07 Jun 2011) Log Message: ----------- NH-2318: Fixed compatibility with ANSI Trim function. Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH2318/Fixture.cs Modified: trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH2318/Fixture.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH2318/Fixture.cs 2011-06-06 16:30:52 UTC (rev 5913) +++ trunk/nhibernate/src/NHibernate.Test/NHSpecificTest/NH2318/Fixture.cs 2011-06-07 01:47:49 UTC (rev 5914) @@ -56,6 +56,7 @@ "trim", NHibernateUtil.String, Projections.Constant("f"), + Projections.SqlProjection("from as literal", null, null), // Silly hack to get "from" as a second argument. Projections.Property("Name")), "irst")); IList<A> items = criteria.List<A>(); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |