nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
**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. >
CONCAT_WS function exist in all actual versions MySql\MariaDB. Can you add this function to MySQLDialect? I think this implementation similar CONCAT.
Fixes #2820
**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...
There are situations data dependent where you want to query multiple bags in the same query but the arity for those bag may still be one due to conditions in...
if I execute this statement the exception stated in subject is throw: ` var jk = session.QueryOver().Where(x => 1 == 1).Take(1);` if I execute this statement via ::Query and not...