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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Oracle.ManagedDataAccess](https://www.oracle.com/database/technologies/appdev/dotnet.html) ([source](https://www.oracle.com/database/technologies/appdev/dotnet.html)) | `21.14.0` -> `21.16.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Oracle.ManagedDataAccess/21.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

p: Lowest
t: Task
dependencies

Currently it is already possible to provide an existing connection to the session builder with the following approach ```csharp var sessionBuilder = sessionFactory.WithOptions(); sessionBuilder.Connection(existingDbConnection); var session = sessionBuilder.OpenSession(); ``` this...

See `FetchAfterSelect` test case added with GH3352 test case. Query source is wrongly detected and fetch is applied to main entity instead of selected.

**xumix** created an [issue](https://nhibernate.jira.com/browse/NH-3482) — 14th June 2013, 13:25:56: > ```csharp > public class Order : EntityBase > { > /// > /// Initializes a new instance of the class....

t: Bug
c: Linq Provider
p: Major
migrated

Issue - NHibernate producing query without column in SELECT clause Question 1- Under what conditions can this occurs ? Question 2- Could this be a Bug ? Stack Trace -...

A non-inverse `one-to-one` mapped as `lazy="no-proxy"` is not actually lazy, it is eager loaded. This is not the same than #1087, which is about the `lazy="proxy"` case, which is considered...

t: Bug
c: Core
p: Minor

**torkelo** created an issue — 4th August 2008, 7:57:29: > It would be good to be able to specify a group by without having the property added the select clause....

t: New Feature
c: Core
c: QueryOver
p: Minor
migrated

**Mattias Öhrn** created an issue — 21st January 2011, 8:29:02: > Currently it is not possible to add the on-delete="cascade" attribute to the `` element of a collection mapping with...

t: Improvement
c: Core
p: Minor
migrated

**Jeff Becker** created an [issue](https://nhibernate.jira.com/browse/NH-3513) — 16th August 2013, 20:25:28: > Framework:4.5 > Dialect: MsSql2008Dialect > When a many-to-one relationship with a property-ref targets a property which has a formula...

t: Bug
good first issue
c: Core
p: Major
migrated

ISession.IsDirty() method description: > Does this ISession contain any changes which must be synchronized with the database? Would any SQL be executed if we flushed this session? **So expected behavior:**...

t: Improvement
c: Core
p: Major