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

Properly allow stored procedure in subclass mappings

Open jeff-hagen opened this issue 1 year ago • 1 comments

sql-delete / sql-update / sql-insert specified at the top level of a class hierarchy only applies to the top level class. It's currently not possible to apply stored procedures to subclasses, which is a valid NH mapping.

This PR allows subclass stored procs.

jeff-hagen avatar Aug 30 '23 19:08 jeff-hagen

@jeff-hagen thanks for contribution. Can you please add some tests?

hazzik avatar Sep 14 '23 23:09 hazzik