• 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
CoreData: unsolicited undelete
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CoreData: unsolicited undelete


  • Subject: CoreData: unsolicited undelete
  • From: Pierre Bernard <email@hidden>
  • Date: Fri, 23 Sep 2005 14:24:05 +0200

Hi!

Could anyone explain how this can happen?

        [context deleteObject:queryItem];
        BOOL isDeleted = [queryItem isDeleted]; // YES
        [context processPendingChanges];
        BOOL isStillDeleted = [queryItem isDeleted]; // NO !!

Where did I mess up?

TIA,
Pierre Bernard


_______________________________________________ Do not post admin requests to the list. They will be ignored. Cocoa-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: CoreData: unsolicited undelete
      • From: Jim Correia <email@hidden>
  • Prev by Date: Radio button group and binding "enabled" of other GUI elements
  • Next by Date: Re: Backup 3 / QuickPicks / DefinitionPlist.strings
  • Previous by thread: Re: Radio button group and binding "enabled" of other GUI elements
  • Next by thread: Re: CoreData: unsolicited undelete
  • Index(es):
    • Date
    • Thread