bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GDL2] fetching woes


From: Dirk Lattermann
Subject: [GDL2] fetching woes
Date: Mon, 5 May 2003 21:39:23 +0200
User-agent: Mutt/1.4i

Hi,

thanks David for fixing the property setting bug, it works now!

However, in both cases (creating everything programmatically or
loading a model), during an EODatabaseContext's
-objectsWithFetchSpecification:, I get an assertion failure

EODatabaseContext.m:5863  Assertion failed in EODatabaseContext(instance), 
method _addBatchForGlobalID:fault:.  No handler for fault:EOGenericRecord 
(EOFault 0x08115458)

(I am using core and dev-lib snapshots from 2003-05-03 with David's
today's patch mentioned above).

According to the docs, I assume the framework is supposed to
construct the EOGenericRecords together with the EOFaults and
EOFaultHandlers by itself, right?

I am using a database with two tables departments (PK int depno,
varchar name) and employees (PK int empno, FK to departments depno,
varchar name). Attaching the test prg source.

Dirk Lattermann

Attachment: main.m
Description: main.m


reply via email to

[Prev in Thread] Current Thread [Next in Thread]