[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug #3615] EOEntity fetchSpecification not addable
From: |
nobody |
Subject: |
[Bug #3615] EOEntity fetchSpecification not addable |
Date: |
Wed, 14 May 2003 15:19:59 -0400 |
=================== BUG #3615: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3615&group_id=99
Submitted by: dlatt Project: GNUstep
Submitted on: Wed 05/14/03 at 21:19
Category: None Severity: 5 - Major
Bug Group: None Resolution: None
Assigned to: None Status: Open
Summary: EOEntity fetchSpecification not addable
Original Submission: One cannot add an EOFetchSpecification to EOEntity:
1. The method is now named
-addFetchSpecification:named:
it should be named
-addFetchSpecification:withName:
2.
a. EOEntity's _fetchSpecificationDictionary is not initialized in EOEntity's
-init, so when calling addFetchSpecificatin:withName:, it is still nil.
b. It is initialized when the EOEntity is read from a property list, but then
it is initialized as an NSDictionary (not mutable), so setObject:forKey:
doesn't work in addFetchSpecification:withName:.
Don't know for a.: if the dictionary should be initialized in -init or in
addFetchSpec... if it is still nil there
for b.: if an entity read from a property list is supposed to have addable
fetch specifications.
No Followups Have Been Posted
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3615&group_id=99
- [Bug #3615] EOEntity fetchSpecification not addable,
nobody <=