fluent-nhibernate
fluent-nhibernate copied to clipboard
Fluent NHibernate!
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...
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...
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...
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
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...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
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` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...