[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug #3637] EOAttribute components read in from file but not written out
From: |
nobody |
Subject: |
[Bug #3637] EOAttribute components read in from file but not written out |
Date: |
Fri, 16 May 2003 09:09:54 -0400 |
=================== BUG #3637: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3637&group_id=99
Changes by: David Ayers <d.ayers@inode.at>
Date: Fri 05/16/2003 at 15:09 (Europe/Vienna)
What | Removed | Added
---------------------------------------------------------------------------
Assigned to | None | ayers
------------------ Additional Follow-up Comments ----------------------------
Thanks!
updateFormat and insertFormat have been superseded by writeFromat as
selectFormat has been superseded by readFormat. So we don't want to write
models using the old names. And when we read the old ones we put them in the
new place. I'm not sure about internalInfo but it shouldn't hurt, so unless
someone objects, I'll also write it. The others will be included in a bug fix
I'm preparing.
=================== BUG #3637: FULL BUG SNAPSHOT ===================
Submitted by: dlatt Project: GNUstep
Submitted on: Fri 05/16/2003 at 13:08
Category: gdl2 Severity: 5 - Major
Bug Group: Bug Resolution: None
Assigned to: ayers Status: Open
Summary: EOAttribute components read in from file but not written out
Original Submission: The following components of EOAttribute are set in
initWithPropertyList:owner: (resp. awakeWithPropertyList:), but they are not
written to a property list in encodeIntoPropertyList:.
Thus, they are read in from an eomodeld-file, but not written out:
allowsNull
updateFormat
insertFormat
selectFormat
width
valueFactoryMethodName
adaptorValueConversionMethodName
factoryMethodArgumentType
precision
scale
parameterDirection
internalInfo
(maybe only width, precision, scale and allowsNull are important enough to be
included in a first bugfix?)
Follow-up Comments
*******************
-------------------------------------------------------
Date: Fri 05/16/2003 at 15:09 By: ayers
Thanks!
updateFormat and insertFormat have been superseded by writeFromat as
selectFormat has been superseded by readFormat. So we don't want to write
models using the old names. And when we read the old ones we put them in the
new place. I'm not sure about internalInfo but it shouldn't hurt, so unless
someone objects, I'll also write it. The others will be included in a bug fix
I'm preparing.
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3637&group_id=99