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
|
While working on the topic mentioned in http://www.mindscapehq.com/forums/thread/231278, I've downloaded the newest nightly build. It seems that onetoone relations are not properly loaded from DB. I enclose our unit tests, which test this functionality - please see the test RelationsmustbeaccessibleafterDBopen(). It works fine on nightly from 20110803 (which we use in regular work), but fails on 20111125 and 20111128. |
|
|
Thanks for reporting this. We had an issue with GUID parameters on compiled queries using on SQLite; since FindById queries are now auto-compiled, and loading a to-one association uses FindById under the covers, this was causing problems for your SQLite scenario. There will be a fix in the next nightly build; let us know if you still see problems. |
|