Re: rawRowsForSQL key to uppercase, a bug?
Re: rawRowsForSQL key to uppercase, a bug?
- Subject: Re: rawRowsForSQL key to uppercase, a bug?
- From: Lon Baker <email@hidden>
- Date: Tue, 2 Nov 2004 01:58:07 -0500
Shaun,
Thanks. I am talking about the keys of the NSDictionaries returned in
the arrry from rawRowsFromSQL. All the key are converted to UPPERCASE.
--
Thanks.
Lon Baker
On Nov 2, 2004, at 1:38 AM, shaun wrote:
Hey Lon,
When you say keys do you mean the primary keys and foreign keys or keys
as in key-value?
If you just mean the PK and FK attributes. You could modify the
dictionaries manually.
ie) d.takeValueForKey(d.valueForKey("ID"), "id");
Someone recently posted some code that will do it for you, it was only
a
few weeks back so
you will probably find it in the archives if you want it.
HTH.
-
shaun
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden