• 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: 5.2.3 broke boolean conversions?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 5.2.3 broke boolean conversions?


  • Subject: Re: 5.2.3 broke boolean conversions?
  • From: Deirdre Saoirse Moen <email@hidden>
  • Date: Mon, 19 Apr 2004 20:14:35 -0700

On Apr 19, 2004, at 7:19 PM, Deirdre Saoirse Moen wrote:

As generated before, which worked until upgrading to 5.2.3, this is a boolean field with a 'c' in the 4

    public Number inactive() {
        return (Number)storedValueForKey("inactive");
    }

When I re-generated the class, I got the same method.

This, however, worked:

    public Object inactive() {
        return storedValueForKey("inactive");
    }

...with some changes to other methods, of course.

--
_Deirdre http://deirdre.net
"Cannot run out of time. There is infinite time. You are finite. Zathras is finite. This....is wrong tool." -- Zathras
_______________________________________________
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.



References: 
 >5.2.3 broke boolean conversions? (From: Deirdre Saoirse Moen <email@hidden>)

  • Prev by Date: 5.2.3 broke boolean conversions?
  • Next by Date: Re: 5.2.3 broke boolean conversions?
  • Previous by thread: 5.2.3 broke boolean conversions?
  • Next by thread: Re: 5.2.3 broke boolean conversions?
  • Index(es):
    • Date
    • Thread