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
|
I have an Entity called VisualMediaFile which inherits from an Entity called File. I have a value object called Dimensions (containing Height and Width properties). If I attach the value object to File, everything works fine but if I attach it to VisualMediaFile, the "update database" feature does not add the relevant columns to the database. I can work-around the issue by just attaching it to File but that doesn't make quite so much sense when looking at the object model (e.g. Dimensions are irrelevant for an AudioFile). Equally, I could probably just add the columns in manually but that seems a shame when the rest of the schema can be constructed automatically. Is this something that can be fixed or shall I just keep using the work-arounds? :-) Thanks, Chris |
|
|
Use the workaround for now. There's a candidate fix coming in the 25 July nightly build, which will be available from about 1430 GMT. As always, please let us know if you run into any problems with it, and thanks for reporting the issue. |
|
|
Thanks Ivan, the latest build appears to fix it :-) |
|