This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi Guys I have a single level of class table inheritance in my model with soft delete configured on the base entity (which is called 'FailureDemand'). The derived entity (called 'Complaint') has a 'StaffMember' entity related to it which is included in a named aggregate on the back reference. When I load the aggregate I get an "Invalid column name 'DeletedOn'" error in the final part of the generated script which loads the StaffMember. The table prefix for the DeletedOn column is Complaint (the derived entity) which causes the error (BTW I attempted to bold this in the code section below but just got the asterisks around Complaint). If this prefix was the base entity (FailureDemand) it would work fine.
I am using the 20 November 2011 nightly build. |
|
|
Hi Richard, Can you please send us through a small repro project for this and we can have a look into what the issue is.
|
|
|
Hi Jeremy Repro attached, cheers. |
|
|
Thanks Richard, Will be having a look at this later today - will update you once we have made some progress on this.
|
|
|
Hi Richard, We have a fix in for this now and this will be available in tonights nightly build for you. Let us know how you get on.
|
|
|
Thanks Jeremy - that's done the trick :-) |
|