You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The combination of inheritance mapping and the use of Complex types, gives strange behavior in TPC mapping.
I tried TPH and TPT (line 118), and there everything works as expected.
What I see is:
model seems ok, but the creation of tables is not ok -> columns of the complex type are missing
If I run polymorphic queries I get an exception in TPC, works fine in TPH and TPT