[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug #3577] EODatabaseDataSource doesn't create fetchSpecification on in
From: |
nobody |
Subject: |
[Bug #3577] EODatabaseDataSource doesn't create fetchSpecification on init |
Date: |
Tue, 13 May 2003 16:30:45 -0400 |
=================== BUG #3577: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3577&group_id=99
Submitted by: dlatt Project: GNUstep
Submitted on: Tue 05/13/03 at 22:30
Category: gdl2 Severity: 5 - Major
Bug Group: Bug Resolution: None
Assigned to: None Status: Open
Summary: EODatabaseDataSource doesn't create fetchSpecification on init
Original Submission: the method -initWithEditingContext: entityName:
fetchSpecificationName: should create a fetchSpecification that fetches all
entities if a name of nil is specified. It doesn't do this, so a call to
-entity later will fail, because it gets the entity name from the entry in the
fetchSpecification.
A feeble patch attempt is attached.
No Followups Have Been Posted
CC list is empty
File Attachments
****************
-------------------------------------------------------
Date: Tue 05/13/03 at 22:30 Name: x. Size: 0KB By: dlatt
naive patch attempt
http://savannah.gnu.org/bugs/download.php?group_id=99&bug_id=3577&bug_file_id=445
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3577&group_id=99
- [Bug #3577] EODatabaseDataSource doesn't create fetchSpecification on init,
nobody <=