property is a VARCHAR(255), not locked
Op 19-apr-07, om 15:41 heeft Ken Anderson het volgende geschreven:
How is property defined in the model (the attribute property, not
the entity Property) ?
On Apr 19, 2007, at 9:26 AM, Frank Stock wrote:
Hi,
Why is WO fetching all the data and the filtering:
NSMutableArray qbind;
qbind=new NSMutableArray();
qbind.addObject(property);
aQual = EOQualifier.qualifierWithQualifierFormat("(property=%
@)",qbind);
fs = new EOFetchSpecification("Property",aQual,null);
NSArray arProperty = ec.objectsWithFetchSpecification(fs);
This will do a select without a where-clause (141 rows) and then
filter the array so I only see 1 row in arProperty????
Even if I use EOUtilities.objectMatchingKeyAndValue
(ec,"Property","property",property);
Is there something I can do about that???
Thanks,
Frank Stock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/kenlists%
40anderhome.com
This email sent to [EMAIL PROTECTED]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]