• 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
Re: Losing my mind
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Losing my mind


  • Subject: Re: Losing my mind
  • From: Kent Harris <email@hidden>
  • Date: Thu, 18 Mar 2004 04:45:48 -0800

Thanks Ray and Art.

Ray, I tried different methods and no joy. Art, I added the EOAdaptorDebugEnabled and discovered that specific fetch is not even going to the database. I would presume EOF would complain if it was a malformed qualifier? I'm stumped.

Kent


	public  UserRole userRoleByLevel( int level ) {
		EOQualifier qual = new EOKeyValueQualifier( "authLevel",
		  EOQualifier.QualifierOperatorEqual, new Integer( level ) );

		EOFetchSpecification fs = new EOFetchSpecification( "UserRole",
		  qual, null );

		NSArray userRoles =
		  editingContext().objectsWithFetchSpecification( fs );
		...
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: Losing my mind
      • From: Ray Ackland <email@hidden>
    • Re: Losing my mind
      • From: Art Isbell <email@hidden>
  • Prev by Date: Does This NSLog Readout Mean anything?
  • Next by Date: Solution for WOBuilder problem with session/application/displayGroups
  • Previous by thread: Re: Losing my mind
  • Next by thread: Re: Losing my mind
  • Index(es):
    • Date
    • Thread