From: <pa...@us...> - 2011-03-05 17:58:05
|
Revision: 5428 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5428&view=rev Author: patearl Date: 2011-03-05 17:57:59 +0000 (Sat, 05 Mar 2011) Log Message: ----------- Tests: Ignore the missing locate function on SQLite. Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/HQL/HQLFunctions.cs Modified: trunk/nhibernate/src/NHibernate.Test/HQL/HQLFunctions.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/HQL/HQLFunctions.cs 2011-03-05 17:49:36 UTC (rev 5427) +++ trunk/nhibernate/src/NHibernate.Test/HQL/HQLFunctions.cs 2011-03-05 17:57:59 UTC (rev 5428) @@ -18,7 +18,7 @@ static HQLFunctions() { notSupportedStandardFunction.Add("locate", - new[] { typeof(FirebirdDialect), typeof(PostgreSQLDialect) }); + new[] { typeof(FirebirdDialect), typeof(PostgreSQLDialect), typeof(SQLiteDialect) }); notSupportedStandardFunction.Add("bit_length", new[] { typeof(MsSql2000Dialect), typeof(MsSql2005Dialect), typeof(MsSql2008Dialect), typeof(Oracle8iDialect), typeof(Oracle9iDialect), typeof(Oracle10gDialect) }); notSupportedStandardFunction.Add("extract", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |