Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1:/tmp/cvs-serv23271
Modified Files:
CHANGES
Log Message:
* Fixed bug #842698: when a PyModel.Attribute property is set after
instanciation, its value was never propagated to the final Attribute at
build() time.
* Fixed bug #841315: PyModel associations do not set the multiplicity bounds
e.g. a toOne relationship was always [0,1] regardless of what the
definition of the Association.
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** CHANGES 4 Oct 2003 12:53:43 -0000 1.21
--- CHANGES 15 Nov 2003 13:02:40 -0000 1.22
***************
*** 8,11 ****
--- 8,19 ----
--------------------------------------------------------
+ * Fixed bug #842698: when a PyModel.Attribute property is set after
+ instanciation, its value was never propagated to the final Attribute at
+ build() time.
+
+ * Fixed bug #841315: PyModel associations do not set the multiplicity bounds
+ e.g. a toOne relationship was always [0,1] regardless of what the
+ definition of the Association.
+
* RFE #812708: mdl_generate_db_schema.py now automatically adds a semi-colon
(';') when option '-c' is enabled. A new option (-e/--end-with) is added
|