From: Vahid N. (JIRA) <nh...@gm...> - 2011-01-27 21:33:37
|
SQL-CE & LINQ to NH 3.0 ----------------------- Key: NH-2519 URL: http://216.121.112.228/browse/NH-2519 Project: NHibernate Issue Type: Bug Components: Linq Provider Affects Versions: 3.0.0.GA Reporter: Vahid Nasiri Priority: Critical I've attached a test project to show some serious problems with LINQ to NH 3.0 & SQL-CE. -- 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 |
From: Vahid N. (JIRA) <nh...@gm...> - 2011-01-27 21:35:51
|
[ http://216.121.112.228/browse/NH-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vahid Nasiri updated NH-2519: ----------------------------- Attachment: NHibernate.Test.01.27.2011.zip > SQL-CE & LINQ to NH 3.0 > ----------------------- > > Key: NH-2519 > URL: http://216.121.112.228/browse/NH-2519 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.0.0.GA > Reporter: Vahid Nasiri > Priority: Critical > Attachments: NHibernate.Test.01.27.2011.zip > > > I've attached a test project to show some serious problems with LINQ to NH 3.0 & SQL-CE. -- 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 |
From: Fabio M. (JIRA) <nh...@gm...> - 2011-02-19 14:15:34
|
[ http://216.121.112.228/browse/NH-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabio Maulo updated NH-2519: ---------------------------- Priority: Minor (was: Critical) > SQL-CE & LINQ to NH 3.0 > ----------------------- > > Key: NH-2519 > URL: http://216.121.112.228/browse/NH-2519 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.0.0.GA > Reporter: Vahid Nasiri > Priority: Minor > Attachments: NHibernate.Test.01.27.2011.zip > > > I've attached a test project to show some serious problems with LINQ to NH 3.0 & SQL-CE. -- 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 |
From: Vahid N. (JIRA) <nh...@gm...> - 2011-05-18 05:43:54
|
[ http://216.121.112.228/browse/NH-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vahid Nasiri updated NH-2519: ----------------------------- Attachment: sql_ce_funcs.zip Hello, The reason is MsSqlCeDialect lacks "RegisterFunctions" part. So I've created a new patch(attached) to add these missing functions based on http://msdn.microsoft.com/en-us/library/aa274735(v=sql.80).aspx BR > SQL-CE & LINQ to NH 3.0 > ----------------------- > > Key: NH-2519 > URL: http://216.121.112.228/browse/NH-2519 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.0.0.GA > Reporter: Vahid Nasiri > Priority: Minor > Attachments: NHibernate.Test.01.27.2011.zip, sql_ce_funcs.zip > > > I've attached a test project to show some serious problems with LINQ to NH 3.0 & SQL-CE. -- 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 |
From: Vahid N. (JIRA) <nh...@gm...> - 2011-05-20 12:37:04
|
[ http://216.121.112.228/browse/NH-2519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=21132#action_21132 ] Vahid Nasiri commented on NH-2519: ---------------------------------- Hello, What's you idea about it? Also there is a implementation for "select top(n) ..." in sql server dialects which can be used for sql ce too. > SQL-CE & LINQ to NH 3.0 > ----------------------- > > Key: NH-2519 > URL: http://216.121.112.228/browse/NH-2519 > Project: NHibernate > Issue Type: Bug > Components: Linq Provider > Affects Versions: 3.0.0.GA > Reporter: Vahid Nasiri > Priority: Minor > Attachments: NHibernate.Test.01.27.2011.zip, sql_ce_funcs.zip > > > I've attached a test project to show some serious problems with LINQ to NH 3.0 & SQL-CE. -- 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 |