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

NHibernate Object Relational Mapper

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

Fixes #1975

t: Improvement
c: Core
p: Minor
breaking changes

This is a rebase with some minimal clean-up of #360. Edits from maintainers are rejected on #360, so working on it requires a new PR. As stated in the original...

This is a split-off of what was #1425. This focuses only on the clean up of attributes and overloads. I used some Roslyn Analyzers that I wrote based on: *...

to review
t: Bug
p: Minor
possible breaking change

Addresses NH-3845. The ProcessOfType Linq visitor class now handles interfaces and base classes by checking which mapped types that could be in the result set implement the class, then filtering...

needs work

...ementation. - Because of a slight change in the (internal) Interface of TopologicalSorter, JoinWalker had to be adjusted (note that the removed parameter i was identical to the return value...

to review

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.NET.Test.Sdk](https://redirect.github.com/microsoft/vstest) | `17.0.0` -> `17.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.NET.Test.Sdk/17.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

p: Lowest
t: Task
dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Oracle.ManagedDataAccess](http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index.html) ([source](http://www.oracle.com/technetwork/topics/dotnet/whatsnew/index.html)) | nuget | minor | `21.6.1` -> `21.7.0` |...

p: Lowest
t: Task
dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [FirebirdSql.Data.FirebirdClient](http://www.firebirdsql.org/en/net-provider/) ([source](https://togithub.com/FirebirdSQL/NETProvider)) | nuget | major | `8.5.2` -> `9.0.2` |...

p: Lowest
t: Task
dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Data.SqlClient](https://aka.ms/sqlclientproject) ([source](https://redirect.github.com/dotnet/sqlclient)) | `3.1.5` -> `5.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Data.SqlClient/5.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

p: Lowest
t: Task
dependencies

Basic hql syntax: ``` from Order o inner join ( from Order where OrderId = 10248 ) o2 on (o.OrderId - 1) = o2.OrderId ``` In case the subquery returns...