Re: 5.2.3 Boolean Bugs?????
Re: 5.2.3 Boolean Bugs?????
- Subject: Re: 5.2.3 Boolean Bugs?????
- From: Denis Stanton <email@hidden>
- Date: Fri, 19 Mar 2004 13:08:16 +1300
Hi Jonathan
On 19/03/2004, at 10:12 AM, Jonathan Rochkind wrote:
I've said it before, and I'll say it again now: My conclusion is do
NOT model boolean attributes at all. I think you're in for all sorts
of problems if you do..... <snip> ... EOF's own boolean conversion
has caused me all sorts of problems.
I have followed your advice (and others) on this and avoided explicit
use of Boolean attributes in EOM. Using Int, and then adding methods
to the generated class to interpret the int variable as boolean works
well for me.
On the other hand, WO 5.2.3 has cleaned up (i.e, forced us to be
correct) the use of data types for BigInteger.
I have had to go through my EOM and put in value type 'B' where
apparently it should have been all the time
Is it possible that WO 5.2.3 has similarly 'fixed' Boolean data types,
making them safe to use as well?
I'm hoping some generous person with time to spare will investigate the
new improved use of Boolean type and report back.
Denis
_______________________________________________
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.