[Modeling-cvs] ProjectModeling CHANGES,1.55,1.56
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-09-22 18:56:40
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7381 Modified Files: CHANGES Log Message: Fixed bug #994403: both scripts mdl_generate_DB_schema.py and mdl_generate_python_code.py now abort when the model contains errors, unless option '-f-'/'--force' is set. Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** CHANGES 21 Sep 2004 18:03:27 -0000 1.55 --- CHANGES 22 Sep 2004 18:56:31 -0000 1.56 *************** *** 10,13 **** --- 10,17 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed bug #994403: both scripts mdl_generate_DB_schema.py and + mdl_generate_python_code.py now abort when the model contains errors, + unless option '-f-'/'--force' is set. + * Fixed bug #916019: FetchSpecification did not detect when an entity has no ClassDescription (usually meaning either a typo or a model not loaded |