|
From: Michael W. <mik...@ya...> - 2004-09-23 19:34:09
|
Hi,
In beta5 with a 1 to 1 relationship, if the key in the
secondary table does not exist, the jdo field mapping
to the secondary record is null. We could do checks
like:
if (primaryObj.getRelatedRecord() != null) {
// doSomething with related record..
}
However in beta6, the field is no longer null, we have
a jdo object in the field -- however all the fields of
the secondary object are null.
This causes programs written with the first behavior
to break, since we assume we have a good related
record
Is this new behavior intended?
Thanks,
Mike.
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
|