• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CaseInsensitive fetch results to ZERO records....
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CaseInsensitive fetch results to ZERO records....


  • Subject: CaseInsensitive fetch results to ZERO records....
  • From: Sreenivasulu A <email@hidden>
  • Date: Wed, 23 Feb 2011 14:44:08 +0530

Hi All,

I am implementing internationalization in my example application.
For doing this, I kept Schema is in utf-8.

Entitiy in EOModeled as shown below:

{
    attributes = (
        {
            allowsNull = N;
            columnName = id;
            name = id;
            precision = 10;
            prototypeName = "a_id";
        },
        {
            columnName = "student_name";
            name = "student_name";
            prototypeName = "a_text";
            userInfo = {
                ERXLanguages = ("en_us", "ms_my", "zh_cn");
            };
            valueType = E;
            width = 255;
        }
    );
    attributesUsedForLocking = (id,  "student_name");
    className = Student;
    classProperties = ("student_name");
    externalName = student;
    fetchSpecificationDictionary = {};
    name = Student;
    primaryKeyAttributes = (id);
}

All these are working properly. Reading from, writing to Schema is working properly for english, malay and chinese languages.

But caseInsensitive eo fetch is not giving result on 'student_name column'.

If the 'valueType = S' then it is giving proper result, but writing data to Schema(DB) is not working.

If the 'valueType = E' then writing data to Schema is working, but caseInsensitive fetch is fail to give proper result.

Any help could be greatly appreciated.
Thanks in advance,
Sreenivasulu Arveti.
 _______________________________________________
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

  • Follow-Ups:
    • Re: CaseInsensitive fetch results to ZERO records....
      • From: Ramsey Gurley <email@hidden>
  • Prev by Date: Re: Linux deployment advice
  • Next by Date: Amazon EC2 Image
  • Previous by thread: Re: Linux deployment advice
  • Next by thread: Re: CaseInsensitive fetch results to ZERO records....
  • Index(es):
    • Date
    • Thread