nhibernate-bot
nhibernate-bot
**Alexander Zaytsev** created an [issue](https://nhibernate.jira.com/browse/NH-3154) — 20th May 2012, 6:15:30: > Following query does not work: > > > ``` > > var result = db.Orders > .GroupBy(x => x.ShippingDate)...
**Ricardo Peres** created an issue — 22nd October 2014, 12:57:23: > We should document mapping by code: > - ClassMapping class > - Model mappers > - Model inspectors >...
**ergatech** created an [issue](https://nhibernate.jira.com/browse/NH-3733) — 31st October 2014, 15:37:12: > I can update schema use SchemaUpdate on SQLSever 2012 but I can not update schema on MySQL with same code....
**Mike Abraham** created an [issue](https://nhibernate.jira.com/browse/NH-2785) — 1st July 2011, 11:05:52: > When extending an existing table via an optional (see abridged mapping below) and specifying optimistic locking via `optimistic-lock="dirty" dynamic-update="true"`...
**Dawid Ciecierski** created an [issue](https://nhibernate.jira.com/browse/NH-3616) — 16th May 2014, 20:15:32: > This seems similar to NH-2296. Imagine an entity with a set of strings (think photo with a set of...
**Andrey Kozhyn** created an issue — 2nd January 2013, 15:19:09: > When HasFlag method is called for any enum System.NotSupportedException is thrown for such query: > > session.Query().FirstOrDefault(x => x.EnumProperty.HasFlag(TestEnum.Value));...
**Kris Desmadryl** created an [issue](https://nhibernate.jira.com/browse/NH-3530) — 12th September 2013, 20:45:09: > As since NH3+ setting the default_batch_fetch_size to something has very bad impact on memory as soon the SessionFactory is...
**Gerke Geurts** created an [issue](https://nhibernate.jira.com/browse/NH-3594) — 24th January 2014, 16:13:56: > The SQL Server 2012 dialect generates invalid SQL when paging or limits are used on SELECT DISTINCT queries. The...
**Ricardo Peres** created an issue — 18th May 2011, 8:45:32: > HQL should support the UNION keyword, since it provides better performance on most DBs than OR clauses. > ---...
**rosieks** created an issue — 19th July 2012, 16:05:59: > When I create linq query that use AND operator (&) like below i get InvalidCastException: > > session.Query().Where(p => p.Name.Contains("Jo")...