fluent-nhibernate
fluent-nhibernate copied to clipboard
Property Formula mapping override fix
Fix Property.Formula mapping override: if a Formula is specified, the Columns collection should be ignored.
Without this, if I use automap+overrides, the property will already have a Column property set, and it will not be possible to overcome this.
This would need to have tests.