nhibernate-bot
nhibernate-bot
**Dana Naideth** created an issue — 29th November 2010, 10:59:40: > Prior to Antlr being used to parse HQL, (big improvement btw), it was possible to use the modulo in...
**Michael Teper** created an issue — 26th April 2011, 12:18:30: > var result1 = from foo in ISession.Query > where ... > select foo.Bar; > var result2 = from foo...
**Nicolás Sabena** created an [issue](https://nhibernate.jira.com/browse/NH-3565) — 4th November 2013, 19:25:46: > If I have a mapping with a property of type `AnsiString`: > ```xml > > > ``` > >...
**ma3yta** created an issue — 6th January 2017, 5:58:58: > Currently in .net world we don't have ORM which allow us to quering JSON fields from DB. > In Entity...
**Maik Schott** created an [issue](https://nhibernate.jira.com/browse/NH-3972) — 29th March 2017, 11:58:56: > I have an entity class "DataRecord" which has four joined sub-classes "Incident", "Problem", "RequestForChange" and "Change". Each sub-class has...
**Fabrizio Gaiardo** created an [issue](https://nhibernate.jira.com/browse/NH-3286) — 5th October 2012, 12:27:12: > Tested with: > 2.1.2 GA / .NET Framework 2 / MsSql2005Dialect > 3.3.1 GA / .NET Framework 4 /...
**Laurel Jay Fadul** created an [issue](https://nhibernate.jira.com/browse/NH-3867) — 28th April 2016, 3:47:15: > SchemaUpdate is creating sequences even if already exists in Oracle causing an exception. >
**Kevin Low** created an [issue](https://nhibernate.jira.com/browse/NH-3799) — 16th June 2015, 23:29:49: > I have an Oracle table with a Date data type called TEST_DATE. When I try to do: > ```csharp...
**Alexander Zaytsev** created an issue — 21st May 2012, 14:04:23: > Various dialects have own dialect-specific reserved words. I think that NH should implicitly quote such words in column and...
**Praveer kumar** created an [issue](https://nhibernate.jira.com/browse/NH-3329) — 22nd November 2012, 9:45:41: > Hi, > > It is a weird performance issue. > > I am calling my method concurrently for 25...