From: SourceForge.net <no...@so...> - 2005-08-11 00:58:43
|
Bugs item #1256271, was opened at 2005-08-10 16:45 Message generated for change (Comment added) made by kingb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505345&aid=1256271&group_id=63836 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Output: CreateDBAPI Group: v0.2 Status: Open Resolution: None Priority: 9 Submitted By: Brandon King (kingb) Assigned to: Brandon King (kingb) Summary: DBAPI Append/Set Object Bug (In-memory only) Initial Comment: If you have two DBAPI objects, such as A and B. If you call A.appendB(B) and then try calling B.getA(), it will fail because the append and set functions don't go to the other object and add them selves to the other object. ---------------------------------------------------------------------- >Comment By: Brandon King (kingb) Date: 2005-08-10 17:58 Message: Logged In: YES user_id=552216 Dang... as it turns out, this bug applies to objects retrieve from the db, with the only difference that if you call A.getB() and then B.getA(), B is actually returning you a second copy of A from the DB and not giving you the first loaded A. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=505345&aid=1256271&group_id=63836 |