Wrong string concatentation when using MS-SQL CE

Description

There is already an issue in NHibernate.Linq, but actually this has nothing to do with LINQ.
See NHLQ-90.

Environment

None

Activity

Show:

Fabio Maulo 
April 25, 2011 at 5:22 AM

The dialect already have the function registration
public MsSqlCe40Dialect()
{
RegisterFunction("concat", new VarArgsSQLFunction(NHibernateUtil.String, "(", "+", ")"));
}

Obsolete

Details

Assignee

Reporter

Affects versions

Priority

Who's Looking?

Open Who's Looking?
Created April 20, 2011 at 9:30 AM
Updated April 25, 2011 at 5:22 AM
Resolved April 25, 2011 at 5:22 AM
Who's Looking?