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 created an object first model with a few single table inheritance. Almost all tables except one has direct relationship with tables that have single table inheritance. The update database command pick up that table (the exception) and ignore all other tables. And strangely enough, it seems to think it can update the database even though it can't update other related tables. Does update database work with single table inheritance? |
|
|
I ran this model through lsupdate.exe manually, then I saw an unhandled exception (format exception with base 64 encoding). So I started from scratch and put the pieces back in and update the database bit by bit, that eventually helped me to get the model working... Note: When update database via the designer, no error showed up, just no activity. |
|
|
Glad to hear you got it working in the end. If you still have the model that caused the error, we'd be interested in seeing it and adding it to our test suite. Thanks! |
|
|
It's actually quite an interesting exercise, I would almost characterize this as LightSpeed rudely told me my database design is too complicated! (by throwing exceptions) While painfully rework the database, I started to realize some parts of it was quite complicated indeed. This is like tough love I suppose... :-) |
|