issues Search Results · repo:nhibernate/fluent-nhibernate language:C#
Filter by
324 results
(54 ms)324 results
innhibernate/fluent-nhibernate (press backspace or delete to remove)Dotnet Version: 9.0.100-preview.7.24407.12
Fluent-NHibernate Version: 3.4.0
Code Used
public class Employee
{
public virtual string Name { get; set; }
public virtual long Id { get; ...
sukreshmanda
- 1
- Opened on Nov 6, 2024
- #716
We where trying to map a Reference with a Formula, our code looks like
mapping.References(x = x.SomeClass).Formula( (SELECT TOP 1 a.id FROM SomeClass a WHERE a.Condition IS NULL AND a.ParentId = id) ...
pr-okapii
- 1
- Opened on Oct 23, 2024
- #715
Hi friends, I m writing this issue to report a Memory leak on NHibernate objects when upgrading from v5.4.9 to v5.5.0
(and v5.5.2)
Configuration
- dotNET Framework 4.8.1
- NHibernate v5.4.9 and v.5.5.2 ...
Bogatinov
- Opened on Sep 19, 2024
- #712
Hi guys,
I appreciate the work you do on these projects. I am currently in the process of migrating SQL Server to Postgres. I
have converted my database fine and all the tables and columns have the correct ...
samelson1
- 12
- Opened on Jun 2, 2024
- #699
I encountered an issue with the SchemaValidator and SchemaUpdate functionalities in NHibernate while using AutoMapping
to construct tables. Here s a breakdown of the problem along with relevant code and ...
bbsuuo
- 2
- Opened on May 25, 2024
- #698
I am using the mapping below with the formula property, to perform a CAST on a field in a DB2 database. However, when
the command is generated, it is invalid because it is including the alias incorrectly ...
LendaUrbana
- Opened on May 23, 2024
- #690
We ve noticed that your package on NuGet.org is missing a README file.
Why READMEs are Important
Our customer research indicates that one of the top problems that package consumers face is insufficient ...
improvement
lyndaidaii
- Opened on Feb 12, 2024
- #639
Hi, When I check the nullity on a list in a select clause, I have a problem generating the sql query where there is . as
col_3_0
[SQL: select organizati2_.Id as col_0_0_, organizati2_.Name as col_1_0_, ...
MaxenceMouchard
- Opened on Jan 9, 2024
- #632
_sessionFactory = Fluently.Configure()
.Database(
MsSqliteConfiguration.Standard
.ConnectionString(c = c.Is($ data source={_dbFilePath}; ))
.Dialect NHibernate.Extensions.Sqlite.SqliteDialect ...
external issue
PriyankaChandrabose
- 6
- Opened on Oct 3, 2023
- #622

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.