[ http://216.121.112.228/browse/NH-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Maulo closed NH-2659.
---------------------------
Resolution: Obsolete
The dialect already have the function registration
public MsSqlCe40Dialect()
{
RegisterFunction("concat", new VarArgsSQLFunction(NHibernateUtil.String, "(", "+", ")"));
}
> Wrong string concatentation when using MS-SQL CE
> ------------------------------------------------
>
> Key: NH-2659
> URL: http://216.121.112.228/browse/NH-2659
> Project: NHibernate
> Issue Type: Bug
> Components: DataProviders / Dialects
> Affects Versions: 3.0.0.GA, 3.1.0
> Reporter: Christian
> Priority: Major
>
> There is already an issue in NHibernate.Linq, but actually this has nothing to do with LINQ.
> See NHLQ-90.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|