nhibernate-core
nhibernate-core copied to clipboard
NHibernate Object Relational Mapper
NHibernate (5.5.2) brings on dependencies that are reported to contain high vulnerabilities:   Can we have a new release that moves away from those vulnerable dependencies? According to this...
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` -> `3.1.7` | [](https://docs.renovatebot.com/merge-confidence/) |...
**Mark Junker** created an [issue](https://nhibernate.jira.com/browse/NH-3445) — 9th April 2013, 8:57:32: > A combination of Select, Distinct, OrderBy and Take fails with a NotSupportedException with the following stack trace: > ```...
Since the latest Visual Studio version (17.13)/C# version some of our code started to fail at runtime. The problem is that Microsoft implemeted the "First-class Span types" language feature (https://github.com/dotnet/csharplang/blob/main/proposals/first-class-span-types.md)...
Hi, In my current project when updating NHibernate i seem to stumble upon an issue. I am having the following issue, which i have been able to reproduce [in a...
After updating to Nhibernate 5.0 from Nhibernate 3.1.0.4 and Fluent Nhibernate 2.1.0 from Fluent Nhibernate 1.2.0.712 the following issue started occurring. I have an object Container which contains a list...
What is the equivalent connection string to that from jdbc below in nhibernate? (especially `createDatabaseIfNotExist` option) ``` jdbc:mysql://localhost:3306/mydb?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=UTF-8&serverTimezone= ```
- Introduced SybaseASE16Dialect for Sybase ASE 16 compatibility. - Implemented SQL generation for LIMIT and OFFSET to support pagination. Reference: [Pagination Queries Using limit and offset](https://help.sap.com/docs/SAP_ASE/e0d4539d39c34f52ae9ef822c2060077/26d84b4ddae94fed89d4e7c88bc8d1e6.html)
I encountered a problem when I try to update from 5.1.7 to 5.2.0 **I am unable to apply child filter of "DeletedAt is NULL"** ``` using System; using System.Collections; using...
Test for #2028