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'm unable to get Single Table Inheritance to work using Amazon SimpleDB and Lightspeed 3. If I have a SimpleDB domain with the name of "Shape" that contains a discriminator property named "Type" and a subclass of "Circle", I'm not able to do either: unitOfWork.Circles.ToList() or unitOfWork.Shapes.ToList() without seeing a NotImplementedException: The method or operation is not implemented. SimpleDB domains where I'm not trying to tackle single table inheritance work ok (unitOfWork.Products.ToList() works). |
|
|
Thanks for reporting this issue. I've implemented a fix and it will be included in nightly builds dated 18 Feb 2010 and above, available from about 1500 GMT. Let us know if you still see problems. |
|