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

Fluent NHibernate!

Results 169 fluent-nhibernate issues
Sort by recently updated
recently updated
newest added

After upgrading to NHibernate 3.3 and FluentNHibernate 1.3.0.727 the ICompositeUserType from https://gist.github.com/2837045 no longer generates the correct mapping. Both the *.717 and *.727 generated files are included in the gist...

bug

This code snippet produces the exported hbm without any error, even i can execute the sql prom schemaexport. The only thing that is not working and without any complain is...

In Fluent NHibernate 1.3 there's no way to set up key column options other than name in `SubclassMap` maps for joined subclass inheritance strategy. It'll be useful to define different...

bug

In Fluent NHibernate 1.3, `HasMany`/`HasManyToMany` chain offers setting `PropertyRef` option using string-typed other side property name. It'll be nice to have strongly-typed `Expression` parameter, as it's in `References` chain. It...

feature

In Fluent NHibernate 1.3 there are some collection mapping options missing in `HasMany`/`HasManyToMany` chains: - `Catalog` - `Unique` - `Loader` - `SqlInsert`, `SqlUpdate`, `SqlDelete`, `SqlDeleteAll` See also: http://notherdev.blogspot.com/2012/01/mapping-by-code-set-and-bag.html

bug

Fluent NHibernate 1.3 allows to map custom SQL queries in the Component and DynamicComponent mappings even if it's not supported by NHibernate. Setting SqlXYZ methods has no effect. ``` public...

api enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Machine.Specifications](https://togithub.com/machine/machine.specifications) | `1.1.1` -> `1.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Machine.Specifications/1.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

build

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

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [GitVersion.Tool](https://redirect.github.com/GitTools/GitVersion) | `5.12.0` -> `6.0.3` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/GitVersion.Tool/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/GitVersion.Tool/6.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

build