OK. I'm also wondering if a string width of -1 is even valid. :-)
Probably not, but now there are multiple tools that save EOModels (WOLips has an EntityModeler that I suspect uses Cayenne PropertyListSerialization :-)) , so validation routines behavior may vary.
Andrus On Feb 15, 2007, at 9:48 AM, Michael Gentry wrote:
OK. I'm also wondering if a string width of -1 is even valid. :-) Reminds me of some code I saw Monday ... if (name == null || name.length() <= 0) ...... /dev/mrg
