Description
Wesley Harris created an issue — 5th September 2012, 4:46:29:
schemaaction is not supported in unionsubclass
Alexander Zaytsev added a comment — 7th September 2012, 6:55:51:
<~flipchart> could you provide a little bit more information or/and test cases or/and a fix?
Wesley Harris added a comment — 7th September 2012, 8:24:24:
Similar to issue https://nhibernate.jira.com/browse/NH-2644
Union subclass allows us to specifiy a table for NH to use for the entity. But because we cannot specify the schemaaction for the union subclass table, the SchemaUpdate tool always generates SQL to create the tables. In my case, I was wanting to use views as the target for the union subclass, therefore, I wanted to specifiy "none" for the schema action of the union subclass.
I'll take a look around in the NH source to see if I can provide a fix.