nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
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: *...
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...
...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...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` |...
[](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` |...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
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...