| | ToLower() / ToUpper() in where clause (where stu.Name.ToLower().Contains(nameFragment)) produces opposite SQL clause to expected | | | | | Unresolved | Jan 4, 2010 | Sep 9, 2014 | | |
| | where clause returns invalid results that prevent WCF data services from navigation relationships | | | | | Unresolved | Jan 7, 2010 | Sep 9, 2014 | | |
| | Problems with "degenerate" selects when eager fetching using Expand with DistinctRootEntityResultTransformer | | | | | Unresolved | Jan 20, 2010 | Sep 3, 2014 | | |
| | Enums in LINQ query do not provide correct values for SQL statement parameters | | | | | Unresolved | Mar 11, 2011 | Mar 11, 2011 | | |
| | Equals Expression ignores custom methods. | | | | | Unresolved | Feb 10, 2011 | Feb 15, 2011 | | |
| | Improper handling of lambdas that look like 'x => true' in queries | | | | | Unresolved | Feb 8, 2011 | Feb 8, 2011 | | |
| | Contains/StartWith error when using MS SQL SERVER CE (Visual Studio database for developers) | | | | | Unresolved | Jan 26, 2011 | Feb 6, 2011 | | |
| | NHibernate cuts two last symbols of filter pattern when using IsInsensitiveLike and MatchMode.Anywhere with limited field length in DB | | | | | Unresolved | Jan 20, 2011 | Jan 20, 2011 | | |
| | Fetch/Cacheable Should Be Called Anyone | | | | | Unresolved | Jan 6, 2011 | Jan 6, 2011 | | |
| | "where" after "group by" not working | | | | | Unresolved | Jan 3, 2011 | Jan 3, 2011 | | |
| | Index was out of range, ToLower() method does not have any arguments | | | | | Unresolved | Mar 30, 2010 | Dec 29, 2010 | | |
| | Properties of Dynamic-Components can't be queried | | | | | Unresolved | Dec 28, 2010 | Dec 29, 2010 | | |
| | Last() Not Implemented | | | | | Unresolved | Dec 27, 2010 | Dec 27, 2010 | | |
| | Incorrect table alias generated in where clause | | | | | Unresolved | Dec 3, 2010 | Dec 3, 2010 | | |
| | NHibernate 3CR1: Fetching strategy poblems | | | | | Unresolved | Nov 28, 2010 | Nov 28, 2010 | | |
| | NHibernate 3CR1: Conversion From Linq Query to Sql, generates sql syntax problem of unnecessary brackets | | | | | Unresolved | Nov 28, 2010 | Nov 28, 2010 | | |
| | string comparison parameter in the where clause is not being passed into the generated SQL after a previous execution with 'null' as the parameter value | | | | | Unresolved | Nov 21, 2010 | Nov 22, 2010 | | |
| | Update to .Net 4.0 causes unit tests to fail with "Extension node must override the property Expression.NodeType." | | | | | Unresolved | Nov 12, 2010 | Nov 12, 2010 | | |
| | Joins become LEFT OUTER JOIN by default. Should be LEFT JOIN. Or: Implement DefaultIfEmpty() | | | | | Unresolved | Nov 11, 2009 | Nov 10, 2010 | | |
| | Linq query with some null parameter in where clause is cached wrongly | | | | | Unresolved | Nov 8, 2010 | Nov 8, 2010 | | |
| | Take() doesn't seem to work in nHibernate.linq | | | | | Unresolved | Aug 4, 2010 | Nov 5, 2010 | | |
| | OrderBy(x => x) failing | | | | | Unresolved | Aug 28, 2009 | Sep 30, 2010 | | |
| | No implementation for Coalesce Binary Expression | | | | | Unresolved | Aug 1, 2010 | Sep 24, 2010 | | |
| | LINQ query does not honour fetch="join" mapping attribute applied to a set | | | | | Unresolved | Sep 23, 2010 | Sep 23, 2010 | | |
| | LINQ Paging Error | | | | | Unresolved | May 6, 2010 | Aug 3, 2010 | | |
| | Linq-to-NHibernate issue with paging and counts | | | | | Unresolved | Jul 23, 2010 | Jul 23, 2010 | | |
| | Take or First does a Limit on all lines when join and not only on primary entitiy | | | | | Unresolved | May 23, 2010 | May 23, 2010 | | |
| | Cannot write Linq query with an entity mapped with a property accessor | | | | | Unresolved | Aug 20, 2009 | May 17, 2010 | | |
| | Duplicate alias QueryException thrown when executing a modified linq query | | | | | Unresolved | Sep 2, 2009 | May 12, 2010 | | |
| | String compare when using VB.NET throws ArgumentException | | | | | Unresolved | Apr 2, 2010 | Apr 2, 2010 | | |
| | Passing expressions on nested queries fails.. | | | | | Unresolved | Mar 31, 2010 | Mar 31, 2010 | | |
| | Short-circuiting of boolean operators | | | | | Unresolved | Mar 17, 2010 | Mar 17, 2010 | | |
| | Expand returns IQueryable<T> instead of INHibernateQueryable<T> preventing chaining | | | | | Unresolved | Aug 3, 2009 | Mar 15, 2010 | | |
| | Cannot query components using an expression built around an interface | | | | | Unresolved | Mar 2, 2010 | Mar 2, 2010 | | |
| | .ToSting() is not supported in Select | | | | | Unresolved | Feb 22, 2010 | Feb 28, 2010 | | |
| | Not needed inner join when querying over foreign key | | | | | Unresolved | Aug 13, 2009 | Feb 25, 2010 | | |
| | SelectMany support without needing to mantain the parameter name | | | | | Unresolved | Feb 23, 2010 | Feb 23, 2010 | | |
| | Generated sql for addition to another property doesn't consider the other property | | | | | Unresolved | Feb 21, 2010 | Feb 21, 2010 | | |
| | Subselect fetched one-to-many relationship does not generate child SQL that takes into consideration Skip() and Take() | | | | | Unresolved | Feb 1, 2010 | Feb 1, 2010 | | |
| | Count() incorrect when using polymorphic query (mapped table per class hierarchy) | | | | | Unresolved | Jan 13, 2010 | Jan 13, 2010 | | |
| | using Length in Linq query throws error | | | | | Unresolved | Jan 13, 2010 | Jan 13, 2010 | | |
| | problem with var q = NHibernateHelper.GetCurrentSession().Linq<Person>().OrderBy(x => x.LastName ).ThenBy(x=>x.Id).GroupBy(x=>x.LastName).OrderBy(x=>x.Key).Select(x => new object[] { (x.Key), (x.Count()) } ); | | | | | Unresolved | Dec 4, 2009 | Dec 4, 2009 | | |
| | Expression translation doesn't handle components properly | | | | | Unresolved | Nov 19, 2009 | Nov 19, 2009 | | |
| | Couldn't use SelectMany with collection of components | | | | | Unresolved | Aug 10, 2009 | Nov 19, 2009 | | |
| | CLONE -Referenced version of Nhibernate.dll 2.1.0.1001 Throws Exception on Dispose of TransactionScope when in Distributed Transaction | | | | | Unresolved | Aug 2, 2009 | Oct 30, 2009 | | |
| | Support for Get methods for collections (instead of property accessors for collections | | | | | Unresolved | Oct 20, 2009 | Oct 20, 2009 | | |
| | "System.ArgumentException: Expression of type 'System.Int32' cannot be used for return type 'System.Boolean'" message when searching for a string match | | | | | Unresolved | Sep 21, 2009 | Sep 21, 2009 | | |
| | The SingleResultOperator result operator is not current supported | | | | | Unresolved | Sep 18, 2009 | Sep 18, 2009 | | |
| | Where(x => "my constant string".Contains(x.MyProp)) throws System.InvalidOperationException : Expression argument must be of type ICollection. | | | | | Unresolved | Sep 16, 2009 | Sep 16, 2009 | | |
| | Bitwise Operations with Flagged Enums throw Exception | | | | | Unresolved | Sep 11, 2009 | Sep 11, 2009 | | |