nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

NHibernate Object Relational Mapper

Results 279 nhibernate-core issues
Sort by recently updated
recently updated
newest added

**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...

t: Bug
c: Linq Provider
p: Minor
migrated

**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 /...

t: Bug
p: Minor
migrated
c: Criteria

**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. >

t: Bug
p: Major
migrated
c: SchemaUpdate

CONCAT_WS function exist in all actual versions MySql\MariaDB. Can you add this function to MySQLDialect? I think this implementation similar CONCAT.

t: New Feature
p: Lowest
c: DataProviders / Dialects

**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...

t: Bug
c: Linq Provider
p: Minor
migrated

**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...

t: New Feature
p: Major
migrated
c: SchemaUpdate

**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...

t: Improvement
c: Core
c: QueryOver
c: Reflection Optimizer
p: Major
migrated

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...

t: New Feature
p: Lowest
c: Core

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...

c: QueryOver