Re: batch fetching

2006-12-02 Thread Mark Ritchie
Hi Mike! On 2-Dec-06, at 11:45 AM, Mike Schrag wrote: But just so I don't make batchFetchRelationship's head too big, it is still EOF, so it will make an enormous EOOrQualifier of the companies rather than a slightly nicer In-Set qualifier. IIRC, that's because batchFetchRelationship dates

Re: Single table inheritance and non-null attributes

2006-12-02 Thread Robert Walker
Anjo, That's great that you went in and fixed EOF, but my point is that EOF should do all this "out-of-the-box." And apparently you agree with me, since you fixed these issues in Project Wonder. I don't get why you guys don't just go off and build you own web framework and be done with

Re: Problem with Subversion and Xcode line encodings

2006-12-02 Thread D Tim Cummings
XCode 2.4.1 fixes an incompatibility between XCode 2.4 and Subversion 1.4.2. Note that XCode 2.4 works fine with Subversion 1.3.2. Cheers Tim On 02/12/2006, at 7:04 AM, David Aspinall wrote: I have been having a very strange problem with Subversion and Xcode. I am trying to convert from

Re: Single table inheritance and non-null attributes

2006-12-02 Thread Anjo Krank
Am 01.12.2006 um 21:27 schrieb Robert Walker: I actually made change a while back that is, indirectly, related to this issue. A simply stopped using any of the validations in the EOModel, and I now do all my validation in the custom classes. This may sound strange, but there is a method t

batch fetching

2006-12-02 Thread Mike Schrag
I was doing some digging working on PW and I thought I'd share an interesting tidbit ... EODatabaseContext's batchFetchRelationship is actually much smarter than I originally thought. If you call databaseContext.batchFetchRelationship(employeesRelationship, anArrayOfCompanies, editingConte