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

NHibernate (5.5.2) brings on dependencies that are reported to contain high vulnerabilities: ![Image](https://github.com/user-attachments/assets/9c7e03e2-1984-4064-998f-4585f6808b89) ![Image](https://github.com/user-attachments/assets/23b336df-0ec5-4659-b19c-ef2be7382de9) 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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.Data.SqlClient/3.1.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

p: Lowest
t: Task
dependencies

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

t: Bug
c: Core
c: Linq Provider
p: Major
migrated

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